mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +00:00
some more placeholders for dashboard
This commit is contained in:
14
backend.php
14
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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user