From 451b630ec8985ab8491593fde07f55eb3e3fe146 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 20 Jun 2016 08:54:32 +0200 Subject: [PATCH] Fix themes readme --- themes/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/README b/themes/README index 9c532b28aae..5e6ea7987b9 100644 --- a/themes/README +++ b/themes/README @@ -1,7 +1,7 @@ -Themes can be used to customize the look and feel of ownCloud without the need to patch the source code. This makes it very easy to: +Themes can be used to customize the look and feel without the need to patch the source code. This makes it very easy to: * Use your own logo (in the top left, in log in and in emails) -* Customize the text strings to replace »ownCloud« etc. with your name of choice +* Customize the text strings to replace »Nextcloud« etc. with your name of choice * Change the main color (used in header and as log in background) * And more … @@ -12,6 +12,6 @@ The process is simple: 2. Activate it by putting 'theme' => 'themename', into the config.php file -The folder structure of a theme is exactly the same as the main ownCloud structure. CSS files are loaded additionally to the default files so you can override properties. Images are replaced. You can also override JS files and PHP templates but we do not recommend that because you will need to adjust them after every update. +The folder structure of a theme is exactly the same as the main structure. CSS files are loaded additionally to the default files so you can override properties. Images are replaced. You can also override JS files and PHP templates but we do not recommend that because you will need to adjust them after every update. You can also find a basic example here which you can build upon.