Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1606 → Rev 1607

/trunk/papyrus/applettes/identification/configuration/iden_config.inc.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: iden_config.inc.php,v 1.2 2006-11-20 17:30:40 jp_milcent Exp $
// CVS : $Id: iden_config.inc.php,v 1.3 2007-09-18 08:41:14 alexandre_tb Exp $
/**
* Configuration de l'applette Identification.
*
34,7 → 34,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2005
*@version $Revision: 1.2 $ $Date: 2006-11-20 17:30:40 $
*@version $Revision: 1.3 $ $Date: 2007-09-18 08:41:14 $
// +------------------------------------------------------------------------------------------------------+
*/
 
60,9 → 60,17
/** Chemin vers les fichiers de la bibliotheque de l'applette Identification de Papyrus.*/
define('IDEN_CHEMIN_BIBLIO', IDEN_CHEMIN_APPLETTE.'bibliotheque'.GEN_SEP);
 
/** Chemin vers le fichier squelette par defaut */
define ('IDEN_SQUELETTE_DEFAUT', 'identification.tpl.html');
 
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.2 2006/11/20 17:30:40 jp_milcent
* Amélioration de la gestion de l'identification.
* Utilisation des durées de session correcte.
* Suppression du code pour Spip non fonctionnel.
*
* Revision 1.1 2005/03/15 14:18:49 jpm
* Ajout d'un fichier de config.
*