summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-10-09 10:48:57 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-10-09 10:48:57 -0400
commit16564c20d5e781f88764333b1832dcdb846cebc2 (patch)
treeef02745148e60a3dcb51296293157f2fe72c78b3 /index.php
parent468fd8e90c4ecc2006d82a7f5ec52b03a8deb9c5 (diff)
still refactoring to make the firstrun page independent
Diffstat (limited to 'index.php')
-rw-r--r--index.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/index.php b/index.php
index 57ca56d7f..b57d05ab0 100644
--- a/index.php
+++ b/index.php
@@ -66,9 +66,12 @@ if ($allfeeds) {
}
else {
- OCP\Util::addScript('news','firstrun');
+ OCP\Util::addScript('news','main');
+ OCP\Util::addScript('news','news');
+ OCP\Util::addScript('news','menu');
+ OCP\Util::addScript('news','items');
- OCP\Util::addStyle('news','news');
+ OCP\Util::addStyle('news','firstrun');
$tmpl = new OCP\Template( 'news', 'firstrun', 'user' );
$tmpl->printPage();