From daecda2e6d5550cedcf3ff7acc7cc28b4cd9735c Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Fri, 17 Apr 2015 09:02:34 -0700 Subject: [PATCH] add note re enabling custom themes after upgrade --- admin_manual/operations/theming.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin_manual/operations/theming.rst b/admin_manual/operations/theming.rst index f80e2a60b..9ab6a1bd2 100644 --- a/admin_manual/operations/theming.rst +++ b/admin_manual/operations/theming.rst @@ -22,6 +22,11 @@ it in ``config.php`` with the ``theme`` directive: .. code-block:: php 'theme' => 'themename', + +.. note:: When you upgrade ownCloud custom themes are disabled, as custom + themes can sometimes break the upgrade routine. You must re-enable your + custom theme after the upgrade is complete by re-entering your theme name in + config.php. This theme overrides any Javascript files, images, templates and CSS files in other locations. Your directory structure should be the same as in ``owncloud/core/``::