diff --git a/core/class/template.class.php b/core/class/template.class.php index 49bd678a..f58e973d 100644 --- a/core/class/template.class.php +++ b/core/class/template.class.php @@ -2,6 +2,14 @@ class template { + /** + * Créer un header de niveau 4 uniquement pour la traduction des titres + */ + public static function header($text) { + $text = helper::translate($text); + return $text ; + } + /** * Crée un bouton * @param string $nameId Nom et id du champ diff --git a/core/module/config/view/backup/backup.php b/core/module/config/view/backup/backup.php index 25071a93..1368db00 100644 --- a/core/module/config/view/backup/backup.php +++ b/core/module/config/view/backup/backup.php @@ -17,7 +17,9 @@