Loading defaults.php +3 −3 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ class OC_Theme { * @return string URL */ public function getBaseUrl() { return 'https://e.foundation'; return 'https://murena.com'; } /** Loading Loading @@ -65,7 +65,7 @@ class OC_Theme { * @return string entity name */ public function getEntity() { return 'e Foundation'; return 'Murena'; } /** Loading @@ -73,7 +73,7 @@ class OC_Theme { * @return string slogan */ public function getSlogan() { return 'Choose freedom'; return 'Freedom starts with privacy.'; } /** Loading Loading
defaults.php +3 −3 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ class OC_Theme { * @return string URL */ public function getBaseUrl() { return 'https://e.foundation'; return 'https://murena.com'; } /** Loading Loading @@ -65,7 +65,7 @@ class OC_Theme { * @return string entity name */ public function getEntity() { return 'e Foundation'; return 'Murena'; } /** Loading @@ -73,7 +73,7 @@ class OC_Theme { * @return string slogan */ public function getSlogan() { return 'Choose freedom'; return 'Freedom starts with privacy.'; } /** Loading