diff --git a/themes/example/defaults.php b/themes/example/defaults.php index 8ed4761c66..370c9aeecf 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 '.$this->getEntity().''. + $footer = '© 2018 '.$this->getEntity().''. '
' . $this->getSlogan(); return $footer;