summaryrefslogtreecommitdiffstats
path: root/themes/README
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-05-30 12:10:21 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-05-30 12:10:21 +0200
commit2c56909604a53517013f221834c8a5a76cb6635f (patch)
tree1ffe5454e4f955bd0ec8b621135e9f1409185d29 /themes/README
parent2396ddf9e9ecab73c1d997538806462cc3da9be4 (diff)
downloadnextcloud-server-2c56909604a53517013f221834c8a5a76cb6635f.tar.gz
nextcloud-server-2c56909604a53517013f221834c8a5a76cb6635f.zip
Fix themes README
Fixes #16617
Diffstat (limited to 'themes/README')
-rw-r--r--themes/README1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/README b/themes/README
index 4025bc8970e..8504a455fb5 100644
--- a/themes/README
+++ b/themes/README
@@ -2,6 +2,5 @@ This is the themes folder. Themes can be used to customize the look and feel of
Themes can be placed in this folder with the name of the theme as foldername. The theme can be activated by putting
"theme" => 'themename', into the config.php file.
The folder structure of a theme is exactly the same as the main ownCloud structure. You can override js files and templates with own versions. css files are loaded additionaly to the default files so you can override css properties.
-Themes should be developed here: https://github.com/owncloud/themes
You can also find a super simple example there