summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-16 01:12:22 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-16 01:12:22 +0200
commit4d8040c42d33ee66960655afb82f6fb27796b4a3 (patch)
treeca1bd7560b315bb171c829ac5409ce090cebe0d9 /templates/main.php
parentf99e9475a6e9537acbc7be716ca5d8a2b3278f41 (diff)
added a subsriptions and starred folder
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>