diff --git a/include/top_menu_compta.php b/include/top_menu_compta.php index d7ec6a80d..27afdf224 100644 --- a/include/top_menu_compta.php +++ b/include/top_menu_compta.php @@ -455,21 +455,4 @@ function ShowMenuJrnUserImp($p_cn,$p_user,$p_dossier) echo ""; } -/* function ShowMenuAdminGlobal */ -/* purpose : show the menu for user/database management */ -/* parameter : none */ -/* return : none */ -function ShowMenuAdminGlobal() -{ - include_once("ac_common.php"); - $item[0]=array("admin_repo.php?action=user_mgt","Utilisateurs"); - $item[1]=array("admin_repo.php?action=dossier_mgt","Dossiers"); - $item[2]=array("admin_repo.php?action=modele_mgt","Modèles"); - $item[3]=array("login.php","Accueil"); - $item[4]=array("logout.php","Logout"); - $menu=ShowItem($item,'H'); - echo '