[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * Menu Annuaire 5 6 * @Version $Id: 30annu.inc 4271 2009-06-26 09:05:18Z gnumdk $ 7 8 * @Projet LCS / SambaEdu 9 10 * @Auteurs Equipe TICE crdp de Caen 11 12 * @Note: 13 14 * @Licence Distribue sous la licence GPL 15 */ 16 17 /** 18 19 * file: 30annu.inc 20 * @Repertoire: includes/menu.d/ 21 */ 22 23 24 25 require_once ("lang.inc.php"); 26 require_once ("lang.inc.php"); 27 bindtextdomain('se3-core',"/var/www/se3/locale"); 28 textdomain ('se3-core'); 29 30 31 $liens1=array(array( 32 gettext("Annuaire"),"",1, 33 gettext("Accès à l'annuaire"),"annu/annu.php","annu_can_read|Annu_is_admin",1, 34 gettext("Modifier mon compte"),"annu/mod_entry.php","",1, 35 gettext("Mon mot de passe"),"annu/mod_pwd.php","",1, 36 gettext("Voir ma fiche"),"annu/me.php","",1, 37 gettext("Mon espace personnel"),"individuel.php","",1, 38 gettext("Administration LDAP"),"annu/indexannu.php","se3_is_admin",3, 39 gettext("Nettoyage des comptes"),"annu/ldap_cleaner.php","se3_is_admin",3, 40 )); 41 $liens=array_merge($liens,$liens1); 42 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |