Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1144 → Rev 1145

/trunk/papyrus/applettes/vous_etes_ici/vous_etes_ici.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: vous_etes_ici.php,v 1.11 2006-12-01 16:33:40 florian Exp $
// CVS : $Id: vous_etes_ici.php,v 1.12 2006-12-12 13:53:54 jp_milcent Exp $
/**
* Applette : Vous Etes Ici
*
39,7 → 39,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.11 $ $Date: 2006-12-01 16:33:40 $
*@version $Revision: 1.12 $ $Date: 2006-12-12 13:53:54 $
// +------------------------------------------------------------------------------------------------------+
*/
 
51,7 → 51,8
 
$GLOBALS['_VEI_']['nom_fonction'] = 'afficherVousEtesIci';
$GLOBALS['_GEN_commun']['info_applette_nom_fonction'] = $GLOBALS['_VEI_']['nom_fonction'];
$GLOBALS['_GEN_commun']['info_applette_balise'] = '<!-- '.$GLOBALS['_GEN_commun']['balise_prefixe'].'(VOUS_ETES_ICI) -->';
$GLOBALS['_GEN_commun']['info_applette_balise'] = '(?:<!-- '.$GLOBALS['_GEN_commun']['balise_prefixe'].'(VOUS_ETES_ICI) -->|'.
'\{\{[Vv]ousEtesIci\s*\}\})';
 
// +------------------------------------------------------------------------------------------------------+
// | CORPS du PROGRAMME |
190,6 → 191,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.11 2006/12/01 16:33:40 florian
* Amélioration de la gestion des applettes et compatibilité avec le nouveau mode de gestion de l'inclusion des applettes.
*
* Revision 1.10 2006/04/28 12:41:49 florian
* corrections erreurs chemin
*