Skip to content
Snippets Groups Projects
Commit 1303e40b authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Remove navigation entry for shared files

parent 5b8658ca
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,5 @@ OC_Util::addScript("files_sharing", "share");
OC_Util::addScript("3rdparty", "chosen/chosen.jquery.min");
OC_Util::addStyle( 'files_sharing', 'sharing' );
OC_Util::addStyle("3rdparty", "chosen/chosen");
OC_App::addNavigationEntry(array(
"id" => "files_sharing_list",
"order" => 2,
"href" => OC_Helper::linkTo( "files_sharing", "list.php" ),
"name" => "Shared"));
?>
?>
\ No newline at end of file
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