add missing changes

This commit is contained in:
Arjan Adriaanse 2021-12-15 20:58:45 +01:00
parent 8c42609a35
commit a9b9eff619
2 changed files with 5 additions and 4 deletions

View File

@ -8,3 +8,4 @@ conf theme bij1
conf default_language nl
conf default_locale nl_NL
conf overwriteprotocol https
conf debug true

View File

@ -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';
}
/**