Example #1
0
function export_domains()
{
    $obm = new obm_export();
    $obm->Update_Organizations();
    $html = "<table style='width:100%'>\n\t<tr>\n\t<td width=1%><img src='img/fw_bold.gif'></td>\n\t<td style='font-size:11px'>{organizations_added}:&nbsp;<b>{$obm->domain_added}</b></td>\n\t</tr>\n\t</table>";
    $tpl = new templates();
    echo $tpl->_ENGINE_parse_body($html);
}