function mysql_main_switch() { $tab = mysql_tabs(); switch ($_GET["main"]) { case "settings": echo $tab . collectd_index(); break; default: echo $tab . collectd_index(); break; } }
function mysql_main_switch() { $tab = mysql_tabs(); switch ($_GET["main"]) { case "settings": echo $tab . mysql_settings(); break; case "performances": echo $tab . mysql_performances(); break; default: echo $tab . mysql_performances(); break; } }
function popup() { $tpl = new templates(); echo $tpl->_ENGINE_parse_body(mysql_tabs()); }