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, 0 insertions, 2 deletions
diff --git a/templates/main.php b/templates/main.php
index 037865466..3ec909b7d 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -12,8 +12,6 @@ echo $this->inc("part.items.header");
<div id="leftcontent" class="leftcontent">
<div id="feeds">
<ul data-id="0">
- <li data-id="-2" class="subscriptions folder" id="<?php if($_['feedid'] == -2){ echo 'selected_feed'; } ?>"><a href="#" ><?php echo $l->t('New articles'); ?></a></li>
- <li data-id="-1" class="starred folder" id="<?php if($_['feedid'] == -1){ echo 'selected_feed'; } ?>"><a href="#" ><?php echo $l->t('Starred'); ?></a></li>
<?php echo $this->inc("part.feeds"); ?>
</ul>
</div>