mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
6 lines
280 B
PHP
6 lines
280 B
PHP
<?php
|
|
|
|
OC_App::addNavigationSubEntry('files_index', array( "id" => "files_publiclink_administration", "order" => 1, "href" => OC_Helper::linkTo( "files_publiclink", "admin.php" ), "name" => "Public Links", "icon" => OC_Helper::imagePath( "files_publiclink", "share.png" )));
|
|
|
|
|
|
?>
|