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

View File

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