summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-27 17:04:53 +0200
committerThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-27 17:04:53 +0200
commitd061b7072ea6d45ea83aebbb1685596a839847cb (patch)
tree6ad057d8ddb72ca85e541bad99d98d8b98b9bdc0
parent2ab4b1ce0402cca1903d06fb7977809088355891 (diff)
parente4c21eef7bcb24a83ff8fb6fbcb99d9c54b50711 (diff)
downloadnextcloud-server-d061b7072ea6d45ea83aebbb1685596a839847cb.tar.gz
nextcloud-server-d061b7072ea6d45ea83aebbb1685596a839847cb.zip
Merge pull request #24310 from owncloud/enoch85-patch-1
2015 --> 2016
-rw-r--r--themes/example/defaults.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/example/defaults.php b/themes/example/defaults.php
index 3580dc137fb..fe532d5b67f 100644
--- a/themes/example/defaults.php
+++ b/themes/example/defaults.php
@@ -121,7 +121,7 @@ class OC_Theme {
* @return string short footer
*/
public function getShortFooter() {
- $footer = '© 2015 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'.
+ $footer = '© 2016 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'.
'<br/>' . $this->getSlogan();
return $footer;
@@ -132,7 +132,7 @@ class OC_Theme {
* @return string long footer
*/
public function getLongFooter() {
- $footer = '© 2015 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'.
+ $footer = '© 2016 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'.
'<br/>' . $this->getSlogan();
return $footer;