summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-02-17 08:39:05 +0100
committerAndrew Dolgov <[email protected]>2008-02-17 08:39:05 +0100
commit1681df970b9257d469f516154e825b6a4c98ac0a (patch)
tree5374ce8d7b5047594a4c5c7fbde4b8da169b4b96 /backend.php
parentd96b7774da60b7df47d762029fdeff39db9bd647 (diff)
some more placeholders for dashboard
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php14
1 files changed, 1 insertions, 13 deletions
diff --git a/backend.php b/backend.php
index 90f4cfcd2..b078250ad 100644
--- a/backend.php
+++ b/backend.php
@@ -240,19 +240,7 @@
if ($feed == -4) {
- print "<div id=\"headlinesContainer\">";
-
- print "PLACEHOLDER";
-
- print "</div>";
-
- print "]]></headlines>";
- print "<headlines-count value=\"0\"/>";
- print "<headlines-unread value=\"0\"/>";
- print "<disable-cache value=\"0\"/>";
-
- print "<articles>";
- print "</articles>";
+ generate_dashboard_feed($link);
} else {