From c645fb4b0ef27a5141ecb69d5fa2bc7df72ff88c Mon Sep 17 00:00:00 2001 From: Daku Date: Sun, 25 Dec 2011 09:47:34 +0000 Subject: [PATCH] Title should now always stay as site name, to avoid tag hell for images with loads of tags. --- themes/warm/layout.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/warm/layout.class.php b/themes/warm/layout.class.php index 3d6c2cb7..c843eb3a 100644 --- a/themes/warm/layout.class.php +++ b/themes/warm/layout.class.php @@ -10,7 +10,9 @@ class Layout { global $config; $theme_name = $config->get_string('theme', 'default'); + $site_name = $config->get_string('title'); $data_href = get_base_href(); + $main_page = $config->get_string('main_page'); $contact_link = $config->get_string('contact_link'); $header_html = ""; @@ -67,7 +69,7 @@ $header_html $head_block_html