index page showing server setting
[grauphel.git] / appinfo / app.php
index 3da4f00e5fd2ce8204dcaec2a34974e4cadee6f7..b3c2b4686846846f1e1293ad37b801c30fb441a9 100755 (executable)
@@ -5,7 +5,7 @@ OCP\App::addNavigationEntry(
     array( 
         'id' => 'grauphel',
         'order' => 2342,
-        'href' => OCP\Util::linkTo('grauphel', 'index.php'),
+        'href' => \OCP\Util::linkToRoute('grauphel.gui.index'),
         'icon' => OCP\Util::imagePath('grauphel', 'notes.png'),
         'name' => 'Tomboy notes'
     )