Exemple #1
0
function SMTP_NOTIFICATIONS_POPUP()
{
    $tpl = new templates();
    //$form=SMTP_NOTIFICATIONS();
    echo "<form name='FFM120'><input type='hidden' name='' value='yes'>" . $tpl->_ENGINE_parse_body(SMTP_NOTIFICATIONS_TABS()) . "</form>";
}
function SMTP_NOTIFICATIONS_POPUP()
{
    $tpl = new templates();
    //$form=SMTP_NOTIFICATIONS();
    echo $tpl->_ENGINE_parse_body("\n\t<div style='font-size:30px;margin-bottom:20px'>{smtp_notifications}</div>\t\t\n\t<form name='FFM120'><input type='hidden' name='' value='yes'>" . SMTP_NOTIFICATIONS_TABS() . "</form>");
}