diff --git a/themes/danbooru/default.php b/themes/danbooru/default.php
new file mode 100644
index 00000000..993455ee
--- /dev/null
+++ b/themes/danbooru/default.php
@@ -0,0 +1,177 @@
+
+* Link: http://trac.shishnet.org/shimmie2/
+* License: GPLv2
+* Description: This is a simple theme changing the css to make shimme
+* look more like danbooru as well as adding a custom links
+* bar and title to the top of every page.
+*/
+
+/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+Danbooru Theme - Notes (Bzchan)
+
+Files: default.php, sidebar.js, style.css
+
+How to use a theme
+- Copy the danbooru folder with all its contained files into the "themes"
+ directory in your shimmie installation.
+- Log into your shimmie and change the Theme in the Board Config to your
+ desired theme.
+
+Changes in this theme include
+- Adding and editing various elements in the style.css file.
+- $site_name and $front_name retreival from config added.
+- $custom_link and $title_link preparation just before html is outputed.
+- Altered outputed html to include the custom links and removed heading
+ from being displayed (subheading is still displayed)
+- Note that only the sidebar has been left aligned. Could not properly
+ left align the main block because blocks without headers currently do
+ not have ids on there div elements. (this was a problem because
+ paginator block must be centered and everything else left aligned)
+
+Tips
+- You can change custom links to point to whatever pages you want as well as adding
+ more custom links.
+- The main title link points to the Front Page set in your Board Config options.
+- The text of the main title is the Title set in your Board Config options.
+- Themes make no changes to your database or main code files so you can switch
+ back and forward to other themes all you like.
+
+* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
+global $config;
+$theme_name = $config->get_string('theme');
+$base_href = $config->get_string('base_href');
+$data_href = $config->get_string('data_href');
+$contact_link = $config->get_string('contact_link');
+
+function block_to_html($block, $hidable=false) {
+ $h = $block->header;
+ $b = $block->body;
+ $html = "";
+ if($hidable) {
+ $i = str_replace(' ', '_', $h);
+ if(!is_null($h)) $html .= "\n
";
+}
+
+$site_name = $config->get_string('title'); // bzchan: change from normal default to get title for top of page
+$front_page = $config->get_string('front_page'); // bzchan: change from normal default to get front page for top of page
+
+// bzchan: CUSTOM LINKS are prepared here, change these to whatever you like
+$custom_links = "";
+$custom_links .= "