From d96b7774da60b7df47d762029fdeff39db9bd647 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 15 Feb 2008 18:43:10 +0100 Subject: initial work on dashboard --- functions.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 1ca8169af..71b613bef 100644 --- a/functions.php +++ b/functions.php @@ -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); -- cgit v1.2.3