diff --git a/config.sh b/config.sh index c25effd..d580ca4 100755 --- a/config.sh +++ b/config.sh @@ -8,3 +8,4 @@ conf theme bij1 conf default_language nl conf default_locale nl_NL conf overwriteprotocol https +conf debug true diff --git a/themes/bij1/defaults.php b/themes/bij1/defaults.php index 02c2867..7a59045 100644 --- a/themes/bij1/defaults.php +++ b/themes/bij1/defaults.php @@ -25,7 +25,7 @@ class OC_Theme { * @return string URL */ public function getBaseUrl() { - return 'https://kom.bij1.org'; + return 'https://cloud.bij1.org'; } /** @@ -41,7 +41,7 @@ class OC_Theme { * @return string title */ public function getTitle() { - return 'Kom BIJ1'; + return 'Cloud BIJ1'; } /** @@ -49,7 +49,7 @@ class OC_Theme { * @return string title */ public function getName() { - return 'Kom BIJ1'; + return 'Cloud BIJ1'; } /** @@ -57,7 +57,7 @@ class OC_Theme { * @return string title */ public function getHTMLName() { - return 'Kom BIJ1'; + return 'Cloud BIJ1'; } /**