|
|
@ -3662,27 +3662,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
print "<td class=\"headlineTitle$rtl_cpart\">";
|
|
|
|
print "<td class=\"headlineTitle$rtl_cpart\">";
|
|
|
|
|
|
|
|
|
|
|
|
if ($_SESSION["theme"] != "3pane") {
|
|
|
|
print "<span class=\"headlineInnerTitle\">";
|
|
|
|
|
|
|
|
|
|
|
|
if ($feed_site_url) {
|
|
|
|
if ($feed_site_url) {
|
|
|
|
if (!$bottom) {
|
|
|
|
if (!$bottom) {
|
|
|
|
$target = "target=\"_new\"";
|
|
|
|
$target = "target=\"_new\"";
|
|
|
|
}
|
|
|
|
|
|
|
|
print "<a $target href=\"$feed_site_url\">".
|
|
|
|
|
|
|
|
truncate_string($feed_title,30)."</a>";
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
print $feed_title;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
print "<a $target href=\"$feed_site_url\">".
|
|
|
|
|
|
|
|
truncate_string($feed_title,30)."</a>";
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
print $feed_title;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if ($search) {
|
|
|
|
if ($search) {
|
|
|
|
$search_q = "&q=$search&m=$match_on&smode=$search_mode";
|
|
|
|
$search_q = "&q=$search&m=$match_on&smode=$search_mode";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if ($user_page_offset > 1) {
|
|
|
|
if ($user_page_offset > 1) {
|
|
|
|
print " [$user_page_offset] ";
|
|
|
|
print " [$user_page_offset] ";
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
print "</span>";
|
|
|
|
|
|
|
|
|
|
|
|
if (!$bottom) {
|
|
|
|
if (!$bottom) {
|
|
|
|
print "
|
|
|
|
print "
|
|
|
|
<a target=\"_new\"
|
|
|
|
<a target=\"_new\"
|
|
|
|