From 2fd0313840a21f158931dbcbcb90fd0d269fbd79 Mon Sep 17 00:00:00 2001 From: shish Date: Mon, 6 Aug 2007 19:36:56 +0000 Subject: [PATCH] linky~ git-svn-id: file:///home/shish/svn/shimmie2/trunk@440 7f39781d-f577-437e-ae19-be835c7a54ca --- themes/danbooru/layout.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/danbooru/layout.class.php b/themes/danbooru/layout.class.php index 96fb30ab..73a9146c 100644 --- a/themes/danbooru/layout.class.php +++ b/themes/danbooru/layout.class.php @@ -88,7 +88,7 @@ class Layout { } $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 + $main_page = $config->get_string('main_page'); // bzchan: change from normal default to get main page for top of page // bzchan: CUSTOM LINKS are prepared here, change these to whatever you like $custom_links = ""; @@ -103,10 +103,10 @@ class Layout { // bzchan: failed attempt to add heading after title_link (failure was it looked bad) //if($this->heading==$site_name)$this->heading = ''; - //$title_link = "

$site_name/$this->heading

"; + //$title_link = "

$site_name/$this->heading

"; // bzchan: prepare main title link - $title_link = "

$site_name

"; + $title_link = "

$site_name

"; if($page->left_enabled) { $left = "";