diff options
author | Daniel Hansson <daniel@techandme.se> | 2016-04-27 15:52:59 +0200 |
---|---|---|
committer | Daniel Hansson <daniel@techandme.se> | 2016-04-27 15:52:59 +0200 |
commit | e4c21eef7bcb24a83ff8fb6fbcb99d9c54b50711 (patch) | |
tree | 6ad057d8ddb72ca85e541bad99d98d8b98b9bdc0 /themes | |
parent | 2ab4b1ce0402cca1903d06fb7977809088355891 (diff) | |
download | nextcloud-server-e4c21eef7bcb24a83ff8fb6fbcb99d9c54b50711.tar.gz nextcloud-server-e4c21eef7bcb24a83ff8fb6fbcb99d9c54b50711.zip |
2015 --> 2016
Diffstat (limited to 'themes')
-rw-r--r-- | themes/example/defaults.php | 4 |
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; |