Skip to content

Commit

Permalink
Small text error
Browse files Browse the repository at this point in the history
Small text error
  • Loading branch information
chiyi4488 authored Jul 6, 2018
1 parent 422c805 commit e4c583c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/example/defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function getLogoClaim() {
* @return string short footer
*/
public function getShortFooter() {
$footer = '© 2017 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'.
$footer = '© 2018 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'.
'<br/>' . $this->getSlogan();

return $footer;
Expand Down

0 comments on commit e4c583c

Please sign in to comment.