diff --git a/backend.php b/backend.php index 88de4e3c0..b49c0aaa5 100644 --- a/backend.php +++ b/backend.php @@ -1550,7 +1550,7 @@ } function print_headline_subtoolbar($link, $feed_site_url, $feed_title, - $bottom = false) { + $bottom = false, $rtl_content = false) { if (!$bottom) { $class = "headlinesSubToolbar"; @@ -1563,9 +1563,15 @@ print "
+ print " | Select: All, Unread, @@ -1577,7 +1583,7 @@ } else { - print " | + print " | Select: All, Unread, @@ -1590,7 +1596,7 @@ } - print " | "; + print " | ";
if ($feed_site_url) {
if (!$bottom) {
@@ -1608,7 +1614,8 @@
if (db_num_rows($result) > 0) {
- print_headline_subtoolbar($link, $feed_site_url, $feed_title);
+ print_headline_subtoolbar($link, $feed_site_url, $feed_title, false,
+ $rtl_content);
if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {
print " |