Browse Source
Drop \OC_Theme::getLogoClaim
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/25678/head
Christoph Wurst
5 years ago
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
1 changed files with
0 additions and
9 deletions
-
themes/example/defaults.php
|
|
@ -76,15 +76,6 @@ class OC_Theme { |
|
|
|
return 'Your custom cloud, personalized for you!'; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* Returns logo claim |
|
|
|
* @return string logo claim |
|
|
|
* @deprecated 13.0.0 not used anymore |
|
|
|
*/ |
|
|
|
public function getLogoClaim() { |
|
|
|
return ''; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* Returns short version of the footer |
|
|
|
* @return string short footer |
|
|
|