. */ /* */ /*************************************************************************************/ /* Substitutions de type image */ function substitimage($texte){ global $id_image; $texte = str_replace("#IMAGE_ID", $id_image, $texte); return $texte; } ?>