\n" . $tel_type . " : \n" . $tel['tel'] . "\n"; $comment = ""; if ($tel['comment'] != "") { $commentHtml = str_replace(array('&', '"'), array('&', '"'), $tel['comment']); $commentJs = str_replace(array('\\', '\''), array('\\\\', '\\\''), $commentHtml); $txthtml .= "\"Commentaire\"\n"; } $txthtml .= "\n"; } } return $txthtml; } // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?>