summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-06-07 16:19:25 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-06-07 16:19:25 -0400
commite583df60d3c77d4e7f64a889b8951907c594b922 (patch)
tree13d48731ecd73a612db1c4e92c59f0d5e0a35c10 /templates/main.php
parentb1fc686d2079d63fe5e6cf10124981e69aa73194 (diff)
creates a superclass collection for feeds and folders
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 5102b48a4..6405055ec 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -1,6 +1,6 @@
<div id="leftcontent" class="leftcontent">
<ul id="feeds">
- <?php echo $this->inc("test"); ?>
+ <?php echo $this->inc("part.feeds"); ?>
</ul>
</div>
<div id="bottomcontrols">