From 1460ce458c40e2f590ab310acd2f75b1a1a1dae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 18 Jan 2017 10:50:01 +0100 Subject: [PATCH] Add hint for disabling the theming app when using a custom theme --- developer_manual/core/theming.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/developer_manual/core/theming.rst b/developer_manual/core/theming.rst index 8f4cde111..8b54b7925 100644 --- a/developer_manual/core/theming.rst +++ b/developer_manual/core/theming.rst @@ -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