diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 04:04:48 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 05:13:34 +0200 |
commit | 4a5ee765cf5030c7d92d88687e886079f6bafb1e (patch) | |
tree | 0b87acdf2f21f56dc1b97b063121899f3cae87bc /settings/appinfo | |
parent | 67156f87e3757fbd5e692e7d6b2209cfafc6c3cf (diff) | |
download | nextcloud-server-4a5ee765cf5030c7d92d88687e886079f6bafb1e.tar.gz nextcloud-server-4a5ee765cf5030c7d92d88687e886079f6bafb1e.zip |
merged admin, help and settings to settings
Diffstat (limited to 'settings/appinfo')
-rw-r--r-- | settings/appinfo/app.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/appinfo/app.php b/settings/appinfo/app.php index 4ffb944aba3..d18bcdbff0d 100644 --- a/settings/appinfo/app.php +++ b/settings/appinfo/app.php @@ -1,5 +1,7 @@ <?php OC_App::register( array( "id" => "settings", "name" => "Settings" )); +OC_App::register( array( "order" => 1, "id" => "admin", "name" => "Administration" )); +OC_App::register( array( "order" => 1, "id" => "help", "name" => "Help" )); ?> |