Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDaniel Hansson <daniel@techandme.se>2016-04-27 16:52:59 +0300
committerDaniel Hansson <daniel@techandme.se>2016-04-27 16:52:59 +0300
commite4c21eef7bcb24a83ff8fb6fbcb99d9c54b50711 (patch)
tree6ad057d8ddb72ca85e541bad99d98d8b98b9bdc0 /themes
parent2ab4b1ce0402cca1903d06fb7977809088355891 (diff)
2015 --> 2016
Diffstat (limited to 'themes')
-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;