summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/main.php b/templates/main.php
index b9b00a4a3..f7eb60da0 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -28,8 +28,8 @@
<?php print_unescaped($this->inc('part.addnew')) ?>
<?php print_unescaped($this->inc('part.feed.unread')) ?>
<?php //print_unescaped($this->inc('part.feed.starred')) ?>
- <?php //print_unescaped($this->inc('part.listfeed', ['folderId' => '0'])) ?>
- <?php //print_unescaped($this->inc('part.listfolder')) ?>
+ <?php print_unescaped($this->inc('part.listfeed', ['folderId' => '0'])) ?>
+ <?php print_unescaped($this->inc('part.listfolder')) ?>
</ul>
<div id="app-settings" ng-controller="SettingsController as Settings">