Skip to content

Commit da7579c

Browse files
authored
Merge pull request #14716 from Faldon/update_document_version
Updated documentation go.php to 15 and adjusted copyright year.
2 parents 3f559dd + 7233c0e commit da7579c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

themes/example/defaults.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function getLogoClaim() {
9090
* @return string short footer
9191
*/
9292
public function getShortFooter() {
93-
$footer = '© 2018 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'.
93+
$footer = '© 2019 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'.
9494
'<br/>' . $this->getSlogan();
9595

9696
return $footer;
@@ -101,14 +101,14 @@ public function getShortFooter() {
101101
* @return string long footer
102102
*/
103103
public function getLongFooter() {
104-
$footer = '© 2017 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'.
104+
$footer = '© 2019 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'.
105105
'<br/>' . $this->getSlogan();
106106

107107
return $footer;
108108
}
109109

110110
public function buildDocLinkToKey($key) {
111-
return $this->getDocBaseUrl() . '/server/12/go.php?to=' . $key;
111+
return $this->getDocBaseUrl() . '/server/15/go.php?to=' . $key;
112112
}
113113

114114

0 commit comments

Comments
 (0)