server/apps/gallery/appinfo/app.php

14 lines
267 B
PHP
Raw Normal View History

2011-10-02 10:24:02 +00:00
<?php
2011-09-25 20:32:08 +00: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'));
?>