Skip to content
Snippets Groups Projects
Commit 9c3a8360 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

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

parent 717ab564
No related branches found
No related tags found
No related merge requests found
<?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"));
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment