hiding public links from navigation now that it's easier to use in the dropdown

This commit is contained in:
Jan-Christoph Borchardt 2011-08-16 18:36:36 +02:00
parent 717ab56419
commit 9c3a836044
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
OC_App::addNavigationEntry(array( "id" => "files_publiclink_administration", "order" => 2, "href" => OC_Helper::linkTo( "files_publiclink", "admin.php" ), "name" => "Public Links"));
// OC_App::addNavigationEntry(array( "id" => "files_publiclink_administration", "order" => 2, "href" => OC_Helper::linkTo( "files_publiclink", "admin.php" ), "name" => "Public Links"));
?>