From bcacf16ba7f803e19293f175bd9b3baf7d3e7bb1 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Sun, 26 Aug 2012 02:39:42 +0300 Subject: [PATCH] Gitorious => Github --- themes/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/README b/themes/README index e348f86a12..4025bc8970 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