1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

disable page navigation when limit == 0

This commit is contained in:
Andrew Dolgov
2007-02-21 08:17:46 +01:00
parent 93135102c1
commit 95a82c0843
2 changed files with 19 additions and 10 deletions

View File

@@ -406,7 +406,8 @@
}
print_headline_subtoolbar($link, $feed_site_url, $feed_title, false,
$rtl_content, $feed, $cat_view, $search, $match_on, $search_mode, $offset);
$rtl_content, $feed, $cat_view, $search, $match_on, $search_mode,
$offset, $limit);
print "<div id=\"headlinesInnerContainer\">";