summaryrefslogtreecommitdiffstats
path: root/controller
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-11 15:30:31 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-11 15:30:55 +0100
commit5492e60510379add1523454f322def81167be8be (patch)
tree8fff208ff6492758cff1b17aae7ec02c797cd322 /controller
parente10d99e13da782e4c4bed03974bb10959ed333b4 (diff)
new style and style cleanup for the news app
Diffstat (limited to 'controller')
-rw-r--r--controller/news.controller.php11
1 files changed, 9 insertions, 2 deletions
diff --git a/controller/news.controller.php b/controller/news.controller.php
index e13cfe979..127a05701 100644
--- a/controller/news.controller.php
+++ b/controller/news.controller.php
@@ -56,8 +56,15 @@ class NewsController extends Controller {
$this->api->add3rdPartyScript('angular-1.0.2/angular.min');
$this->api->add3rdPartyScript('moment.min');
$this->api->addScript('app');
- $this->api->addStyle('news');
-
+ $this->api->addScript('multiselect', 'core');
+
+ $this->api->addStyle('owncloud');
+ $this->api->addStyle('addnew');
+ $this->api->addStyle('feeds');
+ $this->api->addStyle('items');
+ $this->api->addStyle('settings');
+ $this->api->addStyle('addnew');
+ $this->api->addStyle('showall');
if($urlParams['feedid']){
$this->api->setUserValue('lastViewedFeed', $urlParams['feedid']);