diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-04-17 12:20:28 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-04-17 12:20:28 +0200 |
commit | a538e3369afcce84d351c53ca24484ebcc444326 (patch) | |
tree | ab3719b968b74a3e7a2890b844d5b575ede07492 /help | |
parent | 81792437b26cf6a3b990855f75a695908c1dd129 (diff) | |
download | nextcloud-server-a538e3369afcce84d351c53ca24484ebcc444326.tar.gz nextcloud-server-a538e3369afcce84d351c53ca24484ebcc444326.zip |
moved help from meta navigation to 'settings' (still need a good name for it). Also, even more hip new mono icons
Diffstat (limited to 'help')
-rw-r--r-- | help/appinfo/app.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/help/appinfo/app.php b/help/appinfo/app.php index 661b554f417..c4e9eb5717c 100644 --- a/help/appinfo/app.php +++ b/help/appinfo/app.php @@ -1,5 +1,6 @@ <?php -OC_APP::register( array( "id" => "help", "name" => "Help" )); +OC_APP::register( array( "order" => 1, "id" => "help", "name" => "Help" )); +OC_APP::addSettingsPage( array( "order" => 2, "href" => OC_HELPER::linkTo( "help", "index.php" ), "name" => "Help", "icon" => OC_HELPER::imagePath( "admin", "navicon.png" ))); ?> |