|
|
@ -60,7 +60,7 @@ class OC_Defaults { |
|
|
|
$this->defaultiTunesAppId = '543672169'; |
|
|
|
$this->defaultiTunesAppId = '543672169'; |
|
|
|
$this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.owncloud.android'; |
|
|
|
$this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.owncloud.android'; |
|
|
|
$this->defaultDocBaseUrl = 'https://doc.owncloud.org'; |
|
|
|
$this->defaultDocBaseUrl = 'https://doc.owncloud.org'; |
|
|
|
$this->defaultDocVersion = $version[0] . '.0'; // used to generate doc links |
|
|
|
$this->defaultDocVersion = $version[0] . '.' . $version[1]; // used to generate doc links |
|
|
|
$this->defaultSlogan = $this->l->t('web services under your control'); |
|
|
|
$this->defaultSlogan = $this->l->t('web services under your control'); |
|
|
|
$this->defaultLogoClaim = ''; |
|
|
|
$this->defaultLogoClaim = ''; |
|
|
|
$this->defaultMailHeaderColor = '#1d2d44'; /* header color of mail notifications */ |
|
|
|
$this->defaultMailHeaderColor = '#1d2d44'; /* header color of mail notifications */ |
|
|
|