From fa887cce2abc0344cfd5165ba6e53395c9da0382 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 17 Mar 2013 23:43:06 +0100 Subject: [PATCH] Update tutorial.rst --- developer_manual/app/appframework/tutorial.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/developer_manual/app/appframework/tutorial.rst b/developer_manual/app/appframework/tutorial.rst index 1d15d8a7c..28661e92e 100644 --- a/developer_manual/app/appframework/tutorial.rst +++ b/developer_manual/app/appframework/tutorial.rst @@ -15,6 +15,8 @@ Create an navigation entry -------------------------- The **app.php** will always loaded for every app and can for instance be used to load additional JavaScript for the files app. Therefore the navigation entry has to be registered in this file. +.. note:: The icon **img/example.png** needs to exist or the navigation will throw an error + :file:`appinfo/app.php` .. code-block:: php