Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: adsi_configuration.inc.php,v 1.4 2006-03-02 10:49:49 ddelon Exp $
|
22 |
// CVS : $Id: adsi_configuration.inc.php,v 1.5 2006-03-22 13:18:00 alexandre_tb Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Fichier de configuration général de l'application Administrateur de sites.
|
24 |
* Fichier de configuration général de l'application Administrateur de sites.
|
25 |
*
|
25 |
*
|
26 |
* Permet de définir certains paramètres valables pour toutes l'application
|
26 |
* Permet de définir certains paramètres valables pour toutes l'application
|
27 |
* Administrateur de sites.
|
27 |
* Administrateur de sites.
|
Line 31... |
Line 31... |
31 |
//Auteur original :
|
31 |
//Auteur original :
|
32 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
32 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
33 |
//Autres auteurs :
|
33 |
//Autres auteurs :
|
34 |
*@author Aucun
|
34 |
*@author Aucun
|
35 |
*@copyright Tela-Botanica 2000-2004
|
35 |
*@copyright Tela-Botanica 2000-2004
|
36 |
*@version $Revision: 1.4 $ $Date: 2006-03-02 10:49:49 $
|
36 |
*@version $Revision: 1.5 $ $Date: 2006-03-22 13:18:00 $
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
*/
|
38 |
*/
|
Line 39... |
Line 39... |
39 |
|
39 |
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
Line 59... |
Line 59... |
59 |
/** Chemin vers l'application Admin Site de Papyrus.*/
|
59 |
/** Chemin vers l'application Admin Site de Papyrus.*/
|
60 |
define('ADSI_CHEMIN_APPLICATION', GEN_CHEMIN_APPLICATION.'admin_site/');
|
60 |
define('ADSI_CHEMIN_APPLICATION', GEN_CHEMIN_APPLICATION.'admin_site/');
|
61 |
/** Chemin vers les fichiers de traduction de l'application Admin Auth de Papyrus.*/
|
61 |
/** Chemin vers les fichiers de traduction de l'application Admin Auth de Papyrus.*/
|
62 |
define('ADSI_CHEMIN_LANGUE', ADSI_CHEMIN_APPLICATION.'langues/');
|
62 |
define('ADSI_CHEMIN_LANGUE', ADSI_CHEMIN_APPLICATION.'langues/');
|
Line -... |
Line 63... |
- |
|
63 |
|
63 |
|
64 |
define ('ADSI_I18N_DEFAUT', 'fr');
|
64 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
65 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
65 |
*
|
66 |
*
|
- |
|
67 |
* $Log: not supported by cvs2svn $
|
- |
|
68 |
* Revision 1.4 2006/03/02 10:49:49 ddelon
|
- |
|
69 |
* Fusion branche multilinguisme dans branche principale
|
66 |
* $Log: not supported by cvs2svn $
|
70 |
*
|
67 |
* Revision 1.3.2.1 2006/02/28 14:02:11 ddelon
|
71 |
* Revision 1.3.2.1 2006/02/28 14:02:11 ddelon
|
68 |
* Finition multilinguisme
|
72 |
* Finition multilinguisme
|
69 |
*
|
73 |
*
|
70 |
* Revision 1.3 2005/02/28 10:59:38 jpm
|
74 |
* Revision 1.3 2005/02/28 10:59:38 jpm
|