summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
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