server/apps/files_sharing/appinfo/app.php

11 lines
296 B
PHP
Raw Normal View History

2011-06-11 20:14:24 +00:00
<?php
require_once('apps/files_sharing/lib_share.php');
OC_APP::addNavigationEntry( array( "id" => "files_sharing_list",
2011-06-11 20:14:24 +00:00
"order" => 10,
"href" => OC_HELPER::linkTo( "files_sharing", "list.php" ),
2011-06-11 20:14:24 +00:00
"name" => "Share",
"icon" => OC_HELPER::imagePath( "files_sharing", "share.png" )));
?>