summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/main.php b/templates/main.php
index cff8611bf..5a62a0a92 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -1,5 +1,5 @@
<div id="app" ng-app="News">
- <div id="left-content" ng-controller="FeedController">
+ <div id="app-navigation" ng-controller="FeedController">
<ul class="with-icon" data-id="0" droppable>
<?php print_unescaped($this->inc('part.addnew')) ?>
@@ -26,7 +26,7 @@
</div>
- <div id="right-content" ng-class="{loading: loading.loading>0}"
+ <div id="app-content" ng-class="{loading: loading.loading>0}"
ng-controller="ItemController" when-scrolled="scroll()" feed-navigation>
<?php print_unescaped($this->inc("part.items")); ?>
</div>