diff --git a/themes/danbooru/layout.class.php b/themes/danbooru/layout.class.php index d9b23850..2ece0795 100644 --- a/themes/danbooru/layout.class.php +++ b/themes/danbooru/layout.class.php @@ -48,7 +48,7 @@ class Layout { $base_href = $config->get_string('base_href'); $data_href = get_base_href(); $contact_link = $config->get_string('contact_link'); - $version = $config->get_string('version'); + $version = "Shimmie-".VERSION; $header_html = "";