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:
authorFrank Karlitschek <karlitschek@kde.org>2012-02-12 03:01:46 +0400
committerFrank Karlitschek <karlitschek@kde.org>2012-02-12 03:01:46 +0400
commit5408a262347680ab0ee4c31b90eabb3e5ce04d4f (patch)
tree39d4262331e48fbb112321544c378aad163c7c74 /themes
parent26a5c13906e44b3e1b89cb9f37917b98c70698b7 (diff)
add a README
Diffstat (limited to 'themes')
-rw-r--r--themes/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/README b/themes/README
new file mode 100644
index 00000000000..e348f86a120
--- /dev/null
+++ b/themes/README
@@ -0,0 +1,7 @@
+This is the themes folder. Themes can be used to customize the look and feel of ownCloud without the need to patch the source code.
+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://gitorious.org/owncloud/themes
+You can also find a super simple example there
+