From c1de8d106c6bea81f774813d9c812aa8a5f51b07 Mon Sep 17 00:00:00 2001 From: pyg77 <pyg@framasoft.net> Date: Thu, 23 Jun 2011 01:35:26 +0200 Subject: [PATCH] masquage lien admin --- bandeaux.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bandeaux.php b/bandeaux.php index d9563876..f759a842 100644 --- a/bandeaux.php +++ b/bandeaux.php @@ -133,7 +133,7 @@ function bandeau_pied() '<a class="button small gray" href="' . get_server_name() . 'contacts.php">'. _("Contact") .'</a>' . //'<a href="' . get_server_name() . 'sources/sources.php">'. _("Sources") .'</a>' . //not implemented '<a class="button small gray" href="' . get_server_name() . 'apropos.php">'. _("About") .'</a>' . - '<a class="button small gray" href="' . get_server_name() . 'admin/index.php">'. _("Admin") .'</a>' . + //'<a class="button small gray" href="' . get_server_name() . 'admin/index.php">'. _("Admin") .'</a>' . '<span class="sousbandeau sousbandeaulangue">' . liste_lang() . '</span>'. '</div>' . "\n"; @@ -151,7 +151,7 @@ function bandeau_pied_mobile() '<a class="button small gray" href="' . get_server_name() . 'contacts.php">'. _("Contact") .'</a>' . //'<a href="' . get_server_name() . 'sources/sources.php">'. _("Sources") .'</a>' . //not implemented '<a class="button small gray" href="' . get_server_name() . 'apropos.php">'. _("About") .'</a>' . - '<a class="button small gray" href="' . get_server_name() . 'admin/index.php">'. _("Admin") .'</a>' . + //'<a class="button small gray" href="' . get_server_name() . 'admin/index.php">'. _("Admin") .'</a>' . '<span class="sousbandeau sousbandeaulangue">' . liste_lang() . '</span>'. '</div>' . "\n"; -- GitLab