diff --git a/backend.php b/backend.php index 7ea9bb2f8..53e4698a1 100644 --- a/backend.php +++ b/backend.php @@ -983,136 +983,133 @@ if (db_num_rows($result) > 0) { - print "
- Select: - All, - Unread, - None - - Toggle: Unread, - Starred"; - - print " | "; - - print ""; - - if ($feed_site_url) { - print "$feed_title"; - } else { - print $feed_title; - } - - print " | "; - print "
$update_pic | "; - - print "- - | "; - - print "$marked_pic | "; - - if ($line["feed_title"]) { - print "$content_link | "; - print "- ".$line["feed_title"]." | "; - } else { - print ""; - - print "" . - $line["title"]; - - if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) { - - $content_preview = truncate_string(strip_tags($line["content_preview"]), - 101); - - if ($content_preview) { - print " - $content_preview"; - } - } - - print ""; - print " | "; - } - - if (get_pref($link, 'HEADLINES_SMART_DATE')) { - $updated_fmt = smart_date_time(strtotime($line["updated"])); - } else { - $short_date = get_pref($link, 'SHORT_DATE_FORMAT'); - $updated_fmt = date($short_date, strtotime($line["updated"])); - } + print "
+ Select: + All, + Unread, + None + + Toggle: Unread, + Starred"; + + print " | "; + + print ""; + + if ($feed_site_url) { + print "$feed_title"; + } else { + print $feed_title; + } + + print " | "; + print "
$update_pic | "; + + print "+ + | "; + + print "$marked_pic | "; + + if ($line["feed_title"]) { + print "$content_link | "; + print "+ ".$line["feed_title"]." | "; + } else { + print ""; + + print "" . + $line["title"]; + + if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) { + + $content_preview = truncate_string(strip_tags($line["content_preview"]), + 101); + + if ($content_preview) { + print " - $content_preview"; + } + } + + print ""; + print " | "; + } + + if (get_pref($link, 'HEADLINES_SMART_DATE')) { + $updated_fmt = smart_date_time(strtotime($line["updated"])); + } else { + $short_date = get_pref($link, 'SHORT_DATE_FORMAT'); + $updated_fmt = date($short_date, strtotime($line["updated"])); + } + + print "