nextcloud/apps/gallery/appinfo/app.php

14 lines
264 B
PHP
Raw Normal View History

2011-09-26 00:32:08 +04:00
<?
OC_App::register(array(
'order' => 20,
'id' => 'gallery',
'name' => 'Gallery'));
OC_App::addNavigationEntry( array(
'id' => 'gallery_index',
'order' => 20,
'href' => OC_Helper::linkTo('gallery', 'index.php'),
'icon' => '',
'name' => 'Gallery'));
?>