summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-02-15 18:43:10 +0100
committerAndrew Dolgov <[email protected]>2008-02-15 18:43:10 +0100
commitd96b7774da60b7df47d762029fdeff39db9bd647 (patch)
tree57eac6f91bdf60145524bde82272e5c8e88181a9 /functions.php
parent80d72112f3b65ed4e5f9cf35c6aafe2481282ad7 (diff)
initial work on dashboard
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php5
1 files changed, 5 insertions, 0 deletions
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);