diff --git a/gamutable_fonctions.php b/gamutable_fonctions.php index 8565364..f60ebb5 100644 --- a/gamutable_fonctions.php +++ b/gamutable_fonctions.php @@ -60,9 +60,17 @@ function gamutable_fermer_modalbox($id_objet = 9999999999, $num = null) { if ($num) { $num = "_deux"; } - + $js = gamutable_generer_js($id_objet, $num); $html = << + $js; + +EOJS; + return $html; +} + +function gamutable_generer_js($id_objet, $num){ + $html = << EOJS; return $html; + } /**