| [ Index ] |
PHP Cross Reference of GASELL SVN Trunk |
[Summary view] [Print] [Text view]
1 <?php 2 3 // definition of the categories, and the default one 4 global $CONF; 5 $CONF['GUI']['categories'] = array( 6 'users' => "Utilisateurs", 7 'developers' => "Développeurs", 8 'testers' => "Testeurs"); 9 $CONF['GUI']['menu_l'] = array( 10 'users' => array( 11 'Nouvelles' => 'user_news', 12 'Présentation' => 'presentation', 13 'Téléchargements' => 'download', 14 'Documentations' => 'user_doc', 15 'Listes de diffusion' => 'user_list', 16 'Captures d\'écran' => 'screenshots', 17 'Démonstration' => 'user_demo', 18 'FAQ' => 'user_faq', 19 'Contacts' => 'contacts'), 20 'developers' => array( 21 'Nouvelles' => 'dev_news', 22 'Espace de travail' => 'workspace', 23 'Réunions' => 'les_reunions', 24 'Documentations' => 'dev_doc', 25 'Spécifications' => 'specifs', 26 'GNA' => 'gna', 27 'Démonstrations' => 'dev_demo', 28 'Equipe' => 'team', 29 'TODO Liste' => 'todo_dev'), 30 'testers' => array( 31 'Nouvelles' => 'tester_news', 32 'Milestones'=> 'tester_milestone', 33 'Bugs' => 'tester_bug')); 34 35 $CONF['FILES']['templates'] = "./templates"; 36 $CONF['FILES']['images'] = "./img"; 37 $CONF['FILES']['ext'] = ".inc"; 38 $CONF['FILES']['css'] = "./css"; 39 $CONF['URL']['base'] = "http://www.gasell.org/"; 40 $CONF['URL']['wiki'] = "http://www.gasell.org/wikini/wakka.php"; 41 42 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Tue Jan 6 01:17:25 2009 | Cross-referenced by PHPXref 0.7 |