From b27967acf3f1f59f047ab7fb99b8b8a0e9f02159 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 30 Oct 2007 09:27:56 +0100 Subject: [PATCH] 3pane tweaks --- functions.php | 35 ++++++++++++++++++----------------- themes/3pane/theme.css | 4 +++- 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/functions.php b/functions.php index 53723273..45c17ec2 100644 --- a/functions.php +++ b/functions.php @@ -3662,27 +3662,28 @@ print ""; - if ($_SESSION["theme"] != "3pane") { + print ""; - if ($feed_site_url) { - if (!$bottom) { - $target = "target=\"_new\""; - } - print "". - truncate_string($feed_title,30).""; - } else { - print $feed_title; - } - - if ($search) { - $search_q = "&q=$search&m=$match_on&smode=$search_mode"; - } - - if ($user_page_offset > 1) { - print " [$user_page_offset] "; + if ($feed_site_url) { + if (!$bottom) { + $target = "target=\"_new\""; } + print "". + truncate_string($feed_title,30).""; + } else { + print $feed_title; + } + + if ($search) { + $search_q = "&q=$search&m=$match_on&smode=$search_mode"; } + if ($user_page_offset > 1) { + print " [$user_page_offset] "; + } + + print ""; + if (!$bottom) { print "