1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 22:35:57 +00:00

initial work on dashboard

This commit is contained in:
Andrew Dolgov
2008-02-15 18:43:10 +01:00
parent 80d72112f3
commit d96b7774da
2 changed files with 42 additions and 18 deletions

View File

@@ -4004,6 +4004,11 @@
printCategoryHeader($link, -1, $cat_hidden, false);
}
if (defined('_ENABLE_DASHBOARD')) {
printFeedEntry(-4, "virt", __("Dashboard"), 0,
"images/tag.png", $link);
}
$num_starred = getFeedUnread($link, -1);
$num_published = getFeedUnread($link, -2);
$num_fresh = getFeedUnread($link, -3);