function status_kav4proxy() { $page = CurrentPageName(); $tpl = new templates(); $status = new status(); $html = $status->kav4proxy_status(); return $tpl->_ENGINE_parse_body($html); }
function status_kav4proxy() { $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->kav4proxy_status(); return $tpl->_ENGINE_parse_body($html); }