File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments