summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorJakob Sack <kde@jakobsack.de>2011-04-16 18:06:23 +0200
committerJakob Sack <kde@jakobsack.de>2011-04-16 18:06:23 +0200
commitf2e37e0018506f8dcb692131404839bb3421c689 (patch)
tree2ced79eb0b253a56c84f16e981b88f8a155863e2 /help
parent5d23b60c8a93f56dbbde280934f9b39a70a8a521 (diff)
downloadnextcloud-server-f2e37e0018506f8dcb692131404839bb3421c689.tar.gz
nextcloud-server-f2e37e0018506f8dcb692131404839bb3421c689.zip
Completely removing personalMenu
Diffstat (limited to 'help')
-rw-r--r--help/appinfo/app.php1
-rw-r--r--help/index.php1
2 files changed, 1 insertions, 1 deletions
diff --git a/help/appinfo/app.php b/help/appinfo/app.php
index 184f4d345be..661b554f417 100644
--- a/help/appinfo/app.php
+++ b/help/appinfo/app.php
@@ -1,6 +1,5 @@
<?php
OC_APP::register( array( "id" => "help", "name" => "Help" ));
-OC_APP::addPersonalMenuEntry( array( "order" => 2, "href" => OC_HELPER::linkTo( "help", "index.php" ), "name" => "Help" ));
?>
diff --git a/help/index.php b/help/index.php
index 0a54ddb9cf4..dafbd05cf33 100644
--- a/help/index.php
+++ b/help/index.php
@@ -7,6 +7,7 @@ if( !OC_USER::isLoggedIn()){
exit();
}
+OC_APP::setActiveNavigationEntry( "help" );
$settings = array();
// Do the work ...