Add hint for disabling the theming app when using a custom theme

This commit is contained in:
Julius Härtl 2017-01-18 10:50:01 +01:00 committed by Julius Haertl
parent 7c72cb311b
commit 2950c295dc
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF

View File

@ -37,6 +37,7 @@ Depending on how you created your new theme it will be necessary to
* put a new theme into the /themes -folder. The theme can be activated by putting ``'theme' => 'MyTheme'``, into the ``/config/config.php`` file.
* make your changes in the ``/themes/MyTheme`` -folder
* make sure that the theming app is disabled
Structure