diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2012-08-26 02:39:42 +0300 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2012-08-26 02:39:42 +0300 |
commit | bcacf16ba7f803e19293f175bd9b3baf7d3e7bb1 (patch) | |
tree | cc3fa6b051e45f8064333aa1038a70aed60f9eaa /themes | |
parent | 27eb6655162743ada7f64ba4157e425ca86ad312 (diff) | |
download | nextcloud-server-bcacf16ba7f803e19293f175bd9b3baf7d3e7bb1.tar.gz nextcloud-server-bcacf16ba7f803e19293f175bd9b3baf7d3e7bb1.zip |
Gitorious => Github
Diffstat (limited to 'themes')
-rw-r--r-- | themes/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/README b/themes/README index e348f86a120..4025bc8970e 100644 --- a/themes/README +++ b/themes/README @@ -2,6 +2,6 @@ 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://gitorious.org/owncloud/themes +Themes should be developed here: https://github.com/owncloud/themes You can also find a super simple example there |