mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
add note re enabling custom themes after upgrade
This commit is contained in:
parent
9dd03a8703
commit
daecda2e6d
@ -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/``::
|
||||
|
||||
Loading…
Reference in New Issue
Block a user