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 "
|