Skip to content

Commit

Permalink
2015 --> 2016
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hansson committed Apr 27, 2016
1 parent 2ab4b1c commit e4c21ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/example/defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public function getLogoClaim() {
* @return string short footer
*/
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;
Expand All @@ -132,7 +132,7 @@ public function getShortFooter() {
* @return string long 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;
Expand Down

0 comments on commit e4c21ee

Please sign in to comment.