summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-23 16:43:50 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-23 16:43:50 +0100
commit842b39c380a1996205042a62d00f0a22db94364a (patch)
treeeb8c1ad5b2e12e6dfa3cf823e5325025ead8bc75 /templates/main.php
parent01355fa6274ee8bc053798aa0a78d28944a0f304 (diff)
various bugfixes
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/main.php b/templates/main.php
index 9690e3cbe..2de7c0fba 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -24,11 +24,11 @@
<ul class="with-icon" data-id="0" droppable>
<?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.showall')); ?>
+ <?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.showall')); ?>
</ul>
<div id="app-settings" ng-controller="SettingsController">
@@ -49,7 +49,7 @@
<div id="right-content" ng-class="{loading: isLoading()}"
ng-controller="ItemController" when-scrolled="scroll()" feed-navigation>
- <?php print_unescaped($this->inc("part.items")); ?>
+ <?php //print_unescaped($this->inc("part.items")); ?>
</div>
</div> \ No newline at end of file