summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 61cfc5ec9..e3b17264a 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -10,9 +10,10 @@ echo $this->inc("part.items.header");
?>
<div id="leftcontent" class="leftcontent">
- <h1><?php echo $l->t('Subscriptions'); ?></h1>
<div id="feeds">
<ul>
+ <li data-id="-2" class="subscriptions folder"><a href="#" ><?php echo $l->t('Subscriptions'); ?></a></li>
+ <li data-id="-1" class="starred folder"><a href="#" ><?php echo $l->t('Starred'); ?></a></li>
<?php echo $this->inc("part.feeds"); ?>
</ul>
</div>