From 8715a141054528cfed3cf49e71e68865e2b806f8 Mon Sep 17 00:00:00 2001 From: RealRancor Date: Wed, 28 Sep 2016 09:39:30 +0200 Subject: Backport #26236 to stable8.1 (#26239) --- themes/example/defaults.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/example/defaults.php b/themes/example/defaults.php index 0dd0d46bd9c..85fdbf31e5a 100644 --- a/themes/example/defaults.php +++ b/themes/example/defaults.php @@ -71,21 +71,21 @@ class OC_Theme { } public function getShortFooter() { - $footer = '© 2015 '.$this->getEntity().''. + $footer = '© 2016 '.$this->getEntity().''. '
' . $this->getSlogan(); return $footer; } public function getLongFooter() { - $footer = '© 2015 '.$this->getEntity().''. + $footer = '© 2016 '.$this->getEntity().''. '
' . $this->getSlogan(); return $footer; } public function buildDocLinkToKey($key) { - return $this->getDocBaseUrl() . '/server/8.0/go.php?to=' . $key; + return $this->getDocBaseUrl() . '/server/8.1/go.php?to=' . $key; } public function getMailHeaderColor() { -- cgit v1.2.3