From 5408a262347680ab0ee4c31b90eabb3e5ce04d4f Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Sun, 12 Feb 2012 00:01:46 +0100 Subject: [PATCH] add a README --- themes/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 themes/README diff --git a/themes/README b/themes/README new file mode 100644 index 0000000000..e348f86a12 --- /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 +