Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 959 → Rev 960

/trunk/papyrus/applettes/menu/menu.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: menu.php,v 1.27 2006-09-20 09:25:31 alexandre_tb Exp $
// CVS : $Id: menu.php,v 1.28 2006-09-21 15:52:19 jp_milcent Exp $
/**
* Applette : menu
*
38,7 → 38,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.27 $ $Date: 2006-09-20 09:25:31 $
*@version $Revision: 1.28 $ $Date: 2006-09-21 15:52:19 $
// +------------------------------------------------------------------------------------------------------+
*/
 
465,7 → 465,7
$menu_texte_title = 'title="'.$raccourci_txt.$menu_texte_title.'" ';;
}
$une_url =& new Pap_URL('http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF']);
$une_url =& new Pap_URL(PAP_URL);
$une_url->setId($menu_id);
 
if (isset($i18n) && ($i18n!='')) {
485,6 → 485,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.27 2006/09/20 09:25:31 alexandre_tb
* Initialisation de la variable $i18n_url pour éviter un notice
*
* Revision 1.26 2006/07/04 09:43:21 alexandre_tb
* correction d'un bug du javascript
*