Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2013-08-19 15:18:48 +0400
committerTobias Hintze <th-git@kogmbh.com>2013-08-27 22:26:33 +0400
commit84a0bb00b515ca8571abb4dda9b0d5242253f93b (patch)
treee01f0c2c0da0d0c288aa6f8a8b53a856b1d99f9e /appinfo/app.php
parent968a418ec9b8efdf055cbfe8f44a0bc91db4bc39 (diff)
First portion of UI changes according to Jans vision
Diffstat (limited to 'appinfo/app.php')
-rwxr-xr-xappinfo/app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 4033d799..26284f24 100755
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -24,6 +24,7 @@
OCP\Util::addStyle( 'office', 'style');
OCP\App::register(array('order' => 70, 'id' => 'office', 'name' => 'Office'));
+OCP\App::registerAdmin('office', 'settings');
OCP\App::addNavigationEntry(array(
'id' => 'office_index',