3e319dfdc833884baa1945109a8e479f9703423b
[grauphel.git] / appinfo / app.php
1 <?php
2 require_once (__DIR__ . '/../src/grauphel/Autoloader.php');
3 grauphel\Autoloader::register();
4
5 //OCP\App::registerAdmin( 'apptemplate', 'settings' );
6
7 OCP\App::addNavigationEntry( array( 
8         'id' => 'grauphel',
9         'order' => 2342,
10         'href' => OCP\Util::linkTo( 'grauphel', 'index.php' ),
11         'icon' => OCP\Util::imagePath( 'grauphel', 'notes.png' ),
12         'name' => 'Tomboy notes'
13 ));