Parcourir la source

Small text error

Small text error
tags/v14.0.0beta1
chiyi4488 il y a 5 ans
Parent
révision
e4c583c186
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      themes/example/defaults.php

+ 1
- 1
themes/example/defaults.php Voir le fichier

@@ -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;

Chargement…
Annuler
Enregistrer