summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-13 03:01:11 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-13 03:01:11 +0200
commit6c327bd5f8cdbebf45c6aa87f2d54f3dd26663a2 (patch)
treead191891100d39c528bed77eb08a2e4b5573c5b1 /templates/main.php
parent7efe48d3d7d746b62ea8daf19edf8b3542520bb7 (diff)
new layout and design for feed items, mark all as read is now faster because it uses an own ajax request, css and javascript refactor, the titlebar is now only loaded once
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index e02a29277..5c066e599 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -35,7 +35,9 @@ if ($_['feedid']){
<div id="rightcontent" class="rightcontent" data-id="<?php echo $_['feedid']; ?>">
<?php
echo $this->inc("part.items.header");
- echo $this->inc("part.items");
+ echo '<div id="feed_items">';
+ echo $this->inc("part.items");
+ echo '</div>';
?>
<div id="appsettings" class="popup bottomleft hidden"></div>