1 2 3 4 5 6 7 8 9 10 11 12
<?php require_once('apps/files_sharing/lib_share.php'); OC_UTIL::addScript("files_sharing", "share"); OC_APP::addNavigationSubEntry("files_index", array( "id" => "files_sharing_list", "order" => 10, "href" => OC_HELPER::linkTo( "files_sharing", "list.php" ), "name" => "Shared")); ?>