From c90f14fec327cecc2da66a0b45e082472f01b248 Mon Sep 17 00:00:00 2001 From: maxdevis Date: Tue, 4 Feb 2014 21:22:53 +0100 Subject: [PATCH] =?UTF-8?q?erreurs=20corrig=C3=A9es=20sur=20admin=5Frepo.p?= =?UTF-8?q?hp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit correction ligne 42 / 43 / 45 --- html/admin_repo.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/admin_repo.php b/html/admin_repo.php index da3760e1f..9a417053a 100644 --- a/html/admin_repo.php +++ b/html/admin_repo.php @@ -39,10 +39,10 @@ if ($User->admin != 1) return; } load_all_script(); -echo _('

Administration Globale

'); -echo _('
'); +echo '

._(' Administration Globale').

'; +echo '
'; -echo _(MenuAdmin())."
"; +echo MenuAdmin()."
"; define('ALLOWED',true);