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.4 2004-11-10 19:41:27 jpm Exp $ |
// CVS : $Id: vous_etes_ici.php,v 1.5 2004-12-06 19:39:57 jpm Exp $ |
/** |
* Applette : Vous Etes Ici |
* |
39,7 → 39,7 |
//Autres auteurs : |
*@author Aucun |
*@copyright Tela-Botanica 2000-2004 |
*@version $Revision: 1.4 $ $Date: 2004-11-10 19:41:27 $ |
*@version $Revision: 1.5 $ $Date: 2004-12-06 19:39:57 $ |
// +------------------------------------------------------------------------------------------------------+ |
*/ |
|
93,6 → 93,9 |
|
// Gestion des erreurs |
if (empty($id_menu_courant)) { |
if (isset($GLOBALS['_VEI_']['usurpation'])) { |
$vei = $GLOBALS['_VEI_']['usurpation']; |
} |
return $vei; |
} |
|
176,6 → 179,9 |
/* +--Fin du code ----------------------------------------------------------------------------------------+ |
* |
* $Log: not supported by cvs2svn $ |
* Revision 1.4 2004/11/10 19:41:27 jpm |
* Correction bogue quand pas de menu par défaut. |
* |
* Revision 1.3 2004/09/23 17:57:19 jpm |
* La page active n'est pas afficher sous forme de lien mais sous forme de texte. |
* |