summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
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>