From: <ara...@us...> - 2007-02-23 11:42:47
|
Revision: 83 http://svn.sourceforge.net/easybox-mod/?rev=83&view=rev Author: aragornis Date: 2007-02-23 03:42:46 -0800 (Fri, 23 Feb 2007) Log Message: ----------- Mise ?\195?\160 jour de la gestion des touches favoris Modified Paths: -------------- trunk/_framework/favoris_touches.php trunk/configuration/general.php Modified: trunk/_framework/favoris_touches.php =================================================================== --- trunk/_framework/favoris_touches.php 2007-02-23 11:37:08 UTC (rev 82) +++ trunk/_framework/favoris_touches.php 2007-02-23 11:42:46 UTC (rev 83) @@ -24,10 +24,9 @@ $LINK['red']= '../module/_menu/menu.php'; $META['refresh']= '0;url='.$redir; -$TITRE = $texte1.'<br>Redirection en cours...'; $smarty->assign('TITRE','Redirection en cours...'); -$smarty->assign('AVERTISSEMENT',$CONTENT); +$smarty->assign('AVERTISSEMENT',$texte1); $smarty->display('avertissement.tpl'); ?> Modified: trunk/configuration/general.php =================================================================== --- trunk/configuration/general.php 2007-02-23 11:37:08 UTC (rev 82) +++ trunk/configuration/general.php 2007-02-23 11:42:46 UTC (rev 83) @@ -182,7 +182,7 @@ foreach($MOD as $module){ $affichepage[$numero_id].= '<option value="'.$module['repertoire'].$module['lien'].'"'; - if($entry==$module['repertoire']) { $affichepage[$numero_id].='selected'; } + if($entry==$module['repertoire'].$module['lien']) { $affichepage[$numero_id].='selected'; } $affichepage[$numero_id].= '>'.$module['nom'].'</option>'; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |