X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/db2f09d46ce2f3a46be1b6f6e031492966242025..1d7387a458d893664e2537ec811bc053d95600b7:/appinfo/app.php?ds=sidebyside diff --git a/appinfo/app.php b/appinfo/app.php index 3e319df..3da4f00 100755 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -1,13 +1,13 @@ 'grauphel', - 'order' => 2342, - 'href' => OCP\Util::linkTo( 'grauphel', 'index.php' ), - 'icon' => OCP\Util::imagePath( 'grauphel', 'notes.png' ), - 'name' => 'Tomboy notes' -)); +OCP\App::addNavigationEntry( + array( + 'id' => 'grauphel', + 'order' => 2342, + 'href' => OCP\Util::linkTo('grauphel', 'index.php'), + 'icon' => OCP\Util::imagePath('grauphel', 'notes.png'), + 'name' => 'Tomboy notes' + ) +); +?>