3pane tweaks

master
Andrew Dolgov 17 years ago
parent 203610630a
commit b27967acf3

@ -3662,27 +3662,28 @@
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\"

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

Loading…
Cancel
Save