From 21db13f2f5ceed7687b4673a19a0a4cf43b31439 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 16 Mar 2016 03:43:43 +0545 Subject: [PATCH] Rewording of note for updates of theming I think my statement here is what is intended by the original writer? --- developer_manual/core/theming.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/core/theming.rst b/developer_manual/core/theming.rst index 36b82a9be..d92da04f9 100644 --- a/developer_manual/core/theming.rst +++ b/developer_manual/core/theming.rst @@ -62,7 +62,7 @@ It is not recommended to the user to perform adaptations inside the folder ``/themes/example`` because files inside this folder might get replaced during the next ownCloud update process. -During an update, files might get changed within the core an settings +During an update, files might get changed within the core and settings folders. This could result in problems because your template files will not 'know' about these changes and therefore must be manually merged with the updated core file or simply be deleted (or renamed for a test). @@ -72,7 +72,7 @@ ownCloud version, and you have a ``/themes/MyTheme/settings/templates/apps.php`` in your template, you must merge the changes that where made within the update with the ones you did in your template. -But this is unlikely at least ownCloud aims to give further information in this case. +But this is unlikely and will be mentioned in the ownCloud release notes if it occurs. How to change images and the logo