load(); echo HtmlInput::anchor_close('mod_predf_op'); echo h2(_('Modification du nom'),' class="title"'); echo '
'; $html1 = ob_get_contents(); ob_end_clean(); $html = escape_xml($html1); if (headers_sent() ) { echo $html1; } else { header('Content-type: text/xml; charset=UTF-8'); } echo <<$html
EOF;