function StatusSamba()
{
    $page = CurrentPageName();
    $tpl = new templates();
    if ($GLOBALS["VERBOSE"]) {
        echo "{$page} LINE:" . __LINE__ . "\n";
    }
    $status = new status();
    if ($GLOBALS["VERBOSE"]) {
        echo "{$page} LINE:" . __LINE__ . "\n";
    }
    $html = $status->Samba_status();
    return $tpl->_ENGINE_parse_body($html);
}