2010-04-07 5 views

Répondre

0

Dans le fichier tpl_main_page.php, sur l'utilisation de la charge corporelle cette condition:

<?php 
if ($_REQUEST['main_page']=='index' || $_REQUEST['main_page']=='') 
{ 
?> 
<body onload="Popupajax()"> 
<?php 
} 
else 
{ 
?> 
<body> 
<?php 
} 
?> 
+0

Questions connexes