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:
authorLukas Reschke <lukas@statuscode.ch>2012-08-26 03:39:42 +0400
committerLukas Reschke <lukas@statuscode.ch>2012-08-26 03:39:42 +0400
commitbcacf16ba7f803e19293f175bd9b3baf7d3e7bb1 (patch)
treecc3fa6b051e45f8064333aa1038a70aed60f9eaa /themes
parent27eb6655162743ada7f64ba4157e425ca86ad312 (diff)
Gitorious => Github
Diffstat (limited to 'themes')
-rw-r--r--themes/README2
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