summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-17 00:03:03 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-17 00:03:03 +0200
commit383d16e8fbacd574e9d53239f56f912b2ebd64c1 (patch)
tree8987ab3c035dcda7ae8a16f09a44977f1ca50cee /templates/main.php
parent3ab2ba7c5c12f5507301f6049ba0b6c437cf25f0 (diff)
all items and starred items show now that they have new items
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>