From 3780cf15a59c48b3d71e8ec27e3bdacd8a119460 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 14 Aug 2014 18:41:34 +0200 Subject: wip --- appinfo/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 appinfo/app.php (limited to 'appinfo/app.php') diff --git a/appinfo/app.php b/appinfo/app.php new file mode 100755 index 0000000..3e319df --- /dev/null +++ b/appinfo/app.php @@ -0,0 +1,13 @@ + 'grauphel', + 'order' => 2342, + 'href' => OCP\Util::linkTo( 'grauphel', 'index.php' ), + 'icon' => OCP\Util::imagePath( 'grauphel', 'notes.png' ), + 'name' => 'Tomboy notes' +)); -- cgit v1.2.3