Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 464 → Rev 465

/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.7 2005-09-23 14:21:18 florian Exp $
// CVS : $Id: vous_etes_ici.php,v 1.8 2005-09-26 20:18:27 ddelon Exp $
/**
* Applette : Vous Etes Ici
*
39,7 → 39,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.7 $ $Date: 2005-09-23 14:21:18 $
*@version $Revision: 1.8 $ $Date: 2005-09-26 20:18:27 $
// +------------------------------------------------------------------------------------------------------+
*/
 
83,7 → 83,9
// Initialisation de variable.
$objet_pear_db =& $GLOBALS['_GEN_commun']['pear_db'];
$vei_numero = $GLOBALS['_PAPYRUS_']['applette']['comptage'][$GLOBALS['_VEI_']['nom_fonction']];
(empty($menu_courant_id)) ? $menu_courant_id = $GLOBALS['_GEN_commun']['info_menu']->gm_id_menu : '';
if (isset( $GLOBALS['_GEN_commun']['info_menu']->gm_id_menu)) {
(empty($menu_courant_id)) ? $menu_courant_id = $GLOBALS['_GEN_commun']['info_menu']->gm_id_menu : '';
}
$vei = '';
// Gestion des erreurs
160,6 → 162,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.7 2005/09/23 14:21:18 florian
* compatibilité XHTML
*
* Revision 1.6 2005/04/14 16:38:02 jpm
* Ajout de la gestion des URL avec la classe Pap_URL de Papyrus.
*