summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorThomas Pulzer <t.pulzer@thesecretgamer.de>2019-03-15 20:56:58 +0100
committerThomas Pulzer <t.pulzer@thesecretgamer.de>2019-03-15 21:54:31 +0100
commit7233c0e7976cdd258da9832db743db21d6e033e3 (patch)
tree525a262acc327415aab1d24dca3d4f427c202abe /themes
parentab492adb9ad13c91ef60946240b2814a817754b8 (diff)
downloadnextcloud-server-7233c0e7976cdd258da9832db743db21d6e033e3.tar.gz
nextcloud-server-7233c0e7976cdd258da9832db743db21d6e033e3.zip
Updated documentation go.php to 15 and adjusted copyright year.
Signed-off-by: Thomas Pulzer <t.pulzer@thesecretgamer.de>
Diffstat (limited to 'themes')
-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 370c9aeecfa..d3ce5fa5eb8 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 = '© 2018 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'.
+ $footer = '© 2019 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'.
'<br/>' . $this->getSlogan();
return $footer;
@@ -101,14 +101,14 @@ class OC_Theme {
* @return string long footer
*/
public function getLongFooter() {
- $footer = '© 2017 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'.
+ $footer = '© 2019 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'.
'<br/>' . $this->getSlogan();
return $footer;
}
public function buildDocLinkToKey($key) {
- return $this->getDocBaseUrl() . '/server/12/go.php?to=' . $key;
+ return $this->getDocBaseUrl() . '/server/15/go.php?to=' . $key;
}