diff --git a/themes/example/defaults.php b/themes/example/defaults.php index 8ed4761c660caf1094b8efc855b712e8fb916f6b..370c9aeecfa6d8c589f00e487b670b312d1188f1 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 = '© 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;