summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 28cb83041..6bb71c9ae 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -27,7 +27,7 @@
<?php print_unescaped($this->inc('part.feed.unread')) ?>
<?php print_unescaped($this->inc('part.feed.starred')) ?>
<?php print_unescaped($this->inc('part.listfolder')) ?>
- <?php //print_unescaped($this->inc('part.listfeed', array('folderId' => '0'))) ?>
+ <?php print_unescaped($this->inc('part.listfeed', array('folderId' => '0'))) ?>
<?php print_unescaped($this->inc('part.showall')); ?>
</ul>