summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-14 17:13:20 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-14 17:13:20 +0100
commitf95aef69f48a894bd4a6292e7384cec4b6c0660f (patch)
tree8c2e5d373a366c9791068a1ab10f3d332f63164f /templates/main.php
parentc8e44addad21b35ddae209c3c05984bb94c56194 (diff)
use app-navigation and app-content instead of left-content and right-content
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>