summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-11 00:12:06 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-11 00:12:06 +0200
commitfb8f2c25502f4ad708cf85f239570f340a64c721 (patch)
tree40e5b3e518e01a6cd81597af30412a1d4e6dbf9f /templates/main.php
parent748afb98f2a0cd485df6346c97a179d45d178209 (diff)
added an item header, improved feed design, removed unused javascript function, added proper template translation tags
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/main.php b/templates/main.php
index c014a4a11..db3abe34a 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -26,6 +26,7 @@
<div id="rightcontent" class="rightcontent" data-id="<?php echo $_['feedid']; ?>">
<?php
if ($_['feedid']){
+ echo $this->inc("part.items.header");
echo $this->inc("part.items");
}
else {