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:
authorchiyi4488 <30853081+chiyi4488@users.noreply.github.com>2018-07-06 20:26:07 +0300
committerGitHub <noreply@github.com>2018-07-06 20:26:07 +0300
commite4c583c186d9cb2fde2a869214debff412aa687e (patch)
tree8d1415ce379f076624b71342fe86262885f5ac13 /themes
parent422c805e260f3187fffe7957b2d2f637e20812e3 (diff)
Small text error
Small text error
Diffstat (limited to 'themes')
-rw-r--r--themes/example/defaults.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/example/defaults.php b/themes/example/defaults.php
index 8ed4761c660..370c9aeecfa 100644
--- a/themes/example/defaults.php
+++ b/themes/example/defaults.php
@@ -90,7 +90,7 @@ class OC_Theme {
* @return string short footer
*/
public function getShortFooter() {
- $footer = '© 2017 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'.
+ $footer = '© 2018 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'.
'<br/>' . $this->getSlogan();
return $footer;