3pane tweaks

This commit is contained in:
Andrew Dolgov 2007-10-30 09:27:56 +01:00
parent 203610630a
commit b27967acf3
2 changed files with 21 additions and 18 deletions

View File

@ -3662,7 +3662,7 @@
print "<td class=\"headlineTitle$rtl_cpart\">";
if ($_SESSION["theme"] != "3pane") {
print "<span class=\"headlineInnerTitle\">";
if ($feed_site_url) {
if (!$bottom) {
@ -3681,7 +3681,8 @@
if ($user_page_offset > 1) {
print " [$user_page_offset] ";
}
}
print "</span>";
if (!$bottom) {
print "

View File

@ -26,4 +26,6 @@ div.postHeader div.postDateRTL {
float : none;
}
span.headlineInnerTitle {
display : none;
}