Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 462 → Rev 463

/trunk/papyrus/applications/admin_menu/admin_menu.php
32,7 → 32,7
// pris connaissance de la licence CeCILL, et que vous en avez accepté les
// termes.
// ----
// CVS : $Id: admin_menu.php,v 1.17 2005-07-18 16:14:32 ddelon Exp $
// CVS : $Id: admin_menu.php,v 1.18 2005-09-23 15:27:17 florian Exp $
/**
* Application gérant les menus de Papyrus
*
46,7 → 46,7
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
*@author Laurent COUDOUNEAU <lc@gsite.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.17 $ $Date: 2005-07-18 16:14:32 $
*@version $Revision: 1.18 $ $Date: 2005-09-23 15:27:17 $
// +------------------------------------------------------------------------------------------------------+
*/
 
115,7 → 115,9
$objet_pear_db = $GLOBALS['_GEN_commun']['pear_db'];
$objet_pear_url = $GLOBALS['_GEN_commun']['url'];
$url_site = $GLOBALS['_GEN_commun']['url_site'];
$url_menu = $GLOBALS['_GEN_commun']['url_menu'];
if (isset($GLOBALS['_GEN_commun']['url_menu'])) {
$url_menu = $GLOBALS['_GEN_commun']['url_menu'];
}
$url_i18n = $GLOBALS['_GEN_commun']['url_i18n'];
if (isset($_POST['adme_site_id'])) {
$_GET['adme_site_id'] = $_POST['adme_site_id'];
296,6 → 298,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.17 2005/07/18 16:14:32 ddelon
* css admin + menu communs
*
* Revision 1.16 2005/07/08 21:13:15 ddelon
* Gestion indentation menu
*