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
diff options
context:
space:
mode:
authorRealRancor <RealRancor@users.noreply.github.com>2016-09-28 10:39:30 +0300
committerThomas Müller <DeepDiver1975@users.noreply.github.com>2016-09-28 10:39:30 +0300
commit8715a141054528cfed3cf49e71e68865e2b806f8 (patch)
treea7b79f482d1cbb3a00b09c496ab6d2dea8a8aa1e
parentb5a901603456bb91ba29355ee8a890a016e16b0c (diff)
Backport #26236 to stable8.1 (#26239)
-rw-r--r--themes/example/defaults.php6
1 files 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 <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;
}
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;
}
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() {