]> git.wh0rd.org - tt-rss.git/commitdiff
3pane tweaks
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 30 Oct 2007 08:27:56 +0000 (09:27 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 30 Oct 2007 08:27:56 +0000 (09:27 +0100)
functions.php
themes/3pane/theme.css

index 53723273c71f5ae26c5a5a4fc38e4fc8554fe995..45c17ec253d7bf89f0143f8c60d46a5424c79cfc 100644 (file)
 
                        print "<td class=\"headlineTitle$rtl_cpart\">";
 
-                       if ($_SESSION["theme"] != "3pane") {
+                       print "<span class=\"headlineInnerTitle\">";
 
-                               if ($feed_site_url) {
-                                       if (!$bottom) {
-                                               $target = "target=\"_new\"";
-                                       }
-                                       print "<a $target href=\"$feed_site_url\">".
-                                               truncate_string($feed_title,30)."</a>";
-                               } 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 "<a $target href=\"$feed_site_url\">".
+                                       truncate_string($feed_title,30)."</a>";
+                       } 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 "</span>";
+
                        if (!$bottom) {
                                print "
                                        <a target=\"_new\" 
index 0f2cada937e6160aa9833eed1df9d6dc5ff76f2e..be34c08a35b62a02672dd30ab93f38a514ef9a0e 100644 (file)
@@ -26,4 +26,6 @@ div.postHeader div.postDateRTL {
        float : none;
 }
 
-
+span.headlineInnerTitle {
+       display : none;
+}