Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 295 → Rev 296

/trunk/client/annuaire/configuration/ann_config.inc.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: ann_config.inc.php,v 1.1.1.1 2005-01-03 17:27:49 alex Exp $
// CVS : $Id: ann_config.inc.php,v 1.2 2005-03-08 09:43:34 alex Exp $
/**
* Fichier de configuration de l'annuaire
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1.1.1 $
*@version $Revision: 1.2 $
// +------------------------------------------------------------------------------------------------------+
*/
 
60,20 → 60,13
*/
 
/**
//==================================== LES URLS ==================================
* Constantes liées à l'utilisation des url
//==================================================================================
*/
define ("ANN_URL_SPIP", "rubrique.php3?id_rubrique=$id_rubrique&lang=$lang") ;
 
/**
//==================================== LES CHEMINS =================================
* Constantes définissant les chemins d'accé au différents fichiers inclus dans les
* applications.
//==================================================================================
*/
define("ANN_CHEMIN_APPLI",'annuaire/');//le chemin vers l'application courrante
define("ANN_CHEMIN_LIBRAIRIE",'annuaire/bibliotheque/');//le chemin de la librairie de fichier php
define("ANN_CHEMIN_APPLI",'client/annuaire/');//le chemin vers l'application courrante
define("ANN_CHEMIN_LIBRAIRIE", ANN_CHEMIN_APPLI.'bibliotheque/');//le chemin de la librairie de fichier php
 
/**
//==================================== CONSTANTES ==================================
98,6 → 91,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1.1.1 2005/01/03 17:27:49 alex
* Import initial
*
* Revision 1.1 2005/01/03 17:19:20 alex
* version initiale
*