. */ /* */ /*************************************************************************************/ function substitpromo($texte){ $texte = str_replace("#PROMO_CODE",$_SESSION["navig"]->promo->code,$texte); return $texte; } ?>