summaryrefslogtreecommitdiffstats
path: root/files/appinfo/app.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-08-08 21:42:25 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-08-08 21:43:31 +0200
commite6f6d3dabccb5f9fd42d7f0f609107a9023fc4d3 (patch)
treeb99446ea286dd9df0275500c1798eb1654aadb01 /files/appinfo/app.php
parent7820e8959c1764f6260005ff8aeca41ca13c3e8e (diff)
downloadnextcloud-server-e6f6d3dabccb5f9fd42d7f0f609107a9023fc4d3.tar.gz
nextcloud-server-e6f6d3dabccb5f9fd42d7f0f609107a9023fc4d3.zip
dont use a different navigation page for settings stuff
Diffstat (limited to 'files/appinfo/app.php')
-rw-r--r--files/appinfo/app.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/files/appinfo/app.php b/files/appinfo/app.php
index 0f95b19f592..a4cec3d6ec2 100644
--- a/files/appinfo/app.php
+++ b/files/appinfo/app.php
@@ -3,10 +3,5 @@
OC_App::register( array( "order" => 2, "id" => "files", "name" => "Files" ));
OC_App::addNavigationEntry( array( "id" => "files_index", "order" => 1, "href" => OC_Helper::linkTo( "files", "index.php" ), "icon" => OC_Helper::imagePath( "files", "home.png" ), "name" => "Files" ));
-OC_App::addAdminPage( array( "id" => "files_administration", "order" => 3, "href" => OC_Helper::linkTo( "files", "admin.php" ), "name" => "Files", "icon" => OC_Helper::imagePath( "files", "folder.png" )));
-
-
-// To add navigation sub entries use
-// OC_App::addNavigationSubEntry( "files_index", array( ... ));
?>