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