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 GitHub
parent 7900cda759
commit 1460ce458c

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