From a8d2f1beac4d4c1e714ddcfcd620fa5032452db3 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 8 Feb 2013 23:18:00 +0100 Subject: [PATCH] more clarifications --- developer_manual/app/settings.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/developer_manual/app/settings.rst b/developer_manual/app/settings.rst index 7dda10588..eeb3f6231 100644 --- a/developer_manual/app/settings.rst +++ b/developer_manual/app/settings.rst @@ -24,6 +24,7 @@ You'll need to give some information on your app for instance the name. To do th 'order' => 74, // the route that will be shown on startup + // the routes have to be defined inside the appinfo/routes.php file 'href' => \OC_Helper::linkToRoute('yourappname_index'), // the icon that will be shown in the navigation