summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-30 19:31:09 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-09-01 00:31:38 +0200
commitbe192931ce450ea6c5310bf858517ef391a2a2b3 (patch)
tree2a2937e9fd72c3d7b1291b3db9bd4e4f4e47993b /templates/main.php
parentf19d8f0e1399a7da1beff6df5282a0d8991d1852 (diff)
merged
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php12
1 files changed, 7 insertions, 5 deletions
diff --git a/templates/main.php b/templates/main.php
index 68b3c9113..c0747066e 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -19,11 +19,13 @@ if($showAll){
?>
-<div id="leftcontent" class="leftcontent">
- <div id="feeds">
- <ul data-id="0">
- <?php echo $this->inc("part.feeds"); ?>
- </ul>
+<div id="leftcontent_news" class="leftcontent_news">
+ <div id="feed_wrapper">
+ <div id="feeds">
+ <ul data-id="0">
+ <?php echo $this->inc("part.feeds"); ?>
+ </ul>
+ </div>
</div>
</div>