displayType(true); $txthtml .= "
\n" . $tel_type . " : \n" . $tel->display . "\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 fenc=utf-8: ?>