Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-06-20 09:54:32 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-06-20 14:13:37 +0300
commit451b630ec8985ab8491593fde07f55eb3e3fe146 (patch)
tree0b1a65cedafec0661c5db0e76523d7a8a7568b82 /themes
parentfffe1be609aa9f36e70c8ee44c6fa87134456b06 (diff)
Fix themes readme
Diffstat (limited to 'themes')
-rw-r--r--themes/README6
1 files 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.