1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 00:41:29 +00:00

mobile: implement flat list browsing mode

This commit is contained in:
Andrew Dolgov
2009-12-18 11:47:47 +03:00
parent 706fe94907
commit b1bd222cd5
3 changed files with 75 additions and 7 deletions

View File

@@ -20,5 +20,11 @@
login_sequence($link, true);
render_categories_list($link);
$use_cats = get_pref($link, 'ENABLE_FEED_CATS');
if ($use_cats) {
render_categories_list($link);
} else {
render_flat_feed_list($link);
}
?>