summaryrefslogtreecommitdiffstats
path: root/help/appinfo/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'help/appinfo/app.php')
-rw-r--r--help/appinfo/app.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/help/appinfo/app.php b/help/appinfo/app.php
new file mode 100644
index 00000000000..184f4d345be
--- /dev/null
+++ b/help/appinfo/app.php
@@ -0,0 +1,6 @@
+<?php
+
+OC_APP::register( array( "id" => "help", "name" => "Help" ));
+OC_APP::addPersonalMenuEntry( array( "order" => 2, "href" => OC_HELPER::linkTo( "help", "index.php" ), "name" => "Help" ));
+
+?>