summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-06-06 13:34:19 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-06-06 13:34:19 -0400
commit6f1204c3b9e145436fad1ee64e53ff0b58c89e66 (patch)
treed46e7624263aeb94df259b16c10ac2ec1b15f0b1 /index.php
parent200aebe1f4220d9d0b8f1b3807704300ced28f16 (diff)
starts the GUI
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 09b236dbd..44dc7102f 100644
--- a/index.php
+++ b/index.php
@@ -35,7 +35,7 @@ OCP\App::checkAppEnabled('news');
OCP\App::setActiveNavigationEntry('news');
//OCP\Util::addscript('news','news');
-//OCP\Util::addStyle('news', 'news');
+OCP\Util::addStyle('news', 'news');
$tmpl = new OCP\Template( 'news', 'main', 'user' );
$tmpl->printPage();