summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-15 16:05:42 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-15 16:05:42 +0200
commitd7cf83fd33cf0b25e23a0820344bba117bfdefa3 (patch)
tree369af9f7b078ecc18f1ce1dfecef2d457d7557d9 /templates/main.php
parent464ff6c4c1bda3edbd0f132c4d3d866539d3a117 (diff)
show feeds above, fix #67
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 376132833..8d1e898de 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -26,8 +26,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.listfolder')) ?>
<?php print_unescaped($this->inc('part.listfeed', array('folderId' => '0'))) ?>
+ <?php print_unescaped($this->inc('part.listfolder')) ?>
<?php print_unescaped($this->inc('part.showall')); ?>
</ul>