Subversion Repositories Applications.gtt

Rev

Rev 5 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 8
Line 31... Line 31...
31
*/
31
*/
32
// +------------------------------------------------------------------------------------------------------+
32
// +------------------------------------------------------------------------------------------------------+
33
// +------------------------------------------------------------------------------------------------------+
33
// +------------------------------------------------------------------------------------------------------+
34
// |                                            INCLUSION DE FICHIERS                                       |
34
// |                                            INCLUSION DE FICHIERS                                       |
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
// Inclusion des paquets de la librairie pear
-
 
37
include_once 'HTML/QuickForm.php';
-
 
38
// Fichier langues
36
// Fichier langues
39
include_once CHEMIN_LANGUES.'gtt_langue_fr.inc.php';
37
include_once CHEMIN_LANGUES.'gtt_langue_fr.inc.php';
40
// Classes metier
38
// Classes metier
41
include_once CHEMIN_CLASSES_METIER.'gtt_projet.class.php';
39
include_once CHEMIN_CLASSES_METIER.'gtt_projet.class.php';
42
include_once CHEMIN_CLASSES_METIER.'gtt_preference.class.php';
40
include_once CHEMIN_CLASSES_METIER.'gtt_preference.class.php';