From c77dfdfe0dd7c85141fb232edff21c973fa1e204 Mon Sep 17 00:00:00 2001 From: shish Date: Fri, 27 Jul 2007 13:12:49 +0000 Subject: [PATCH] version string visible in danbooru theme git-svn-id: file:///home/shish/svn/shimmie2/trunk@386 7f39781d-f577-437e-ae19-be835c7a54ca --- themes/danbooru/layout.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "";