[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * Menu Synchro 5 6 * @Version $Id:$ 7 8 * @Projet LCS / SambaEdu 9 10 * @Auteurs D. Bonnenfant 11 12 * @Note: 13 14 * @Licence Distribue sous la licence GPL 15 */ 16 17 /** 18 19 * file: 98synchro.inc 20 * @Repertoire: includes/menu.d/ 21 */ 22 23 24 require_once ("lang.inc.php"); 25 bindtextdomain('se3-core',"/var/www/se3/locale"); 26 textdomain ('se3-core'); 27 28 29 $liens1=array(array( 30 gettext("Synchronisation"),"unison_users",1, 31 gettext("Activer la synchronisation"),"unison/synchro.php","unison_users",1, 32 )); 33 34 $liens=array_merge($liens,$liens1); 35 ?>
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 |