Add computer name input field on oauth authorization page
[grauphel.git] / appinfo / app.php
1 <?php
2 //OCP\App::registerAdmin( 'apptemplate', 'settings' );
3
4 OCP\App::addNavigationEntry(
5     array( 
6         'id' => 'grauphel',
7         'order' => 2342,
8         'href' => \OCP\Util::linkToRoute('grauphel.gui.index'),
9         'icon' => OCP\Util::imagePath('grauphel', 'notes.png'),
10         'name' => 'Tomboy notes'
11     )
12 );
13 ?>