'; global $g_user; /* others report */ $cal=new Calendar(); $cal->get_preference(); ob_start(); require_once('template/dashboard.php'); $ret=ob_get_contents(); ob_end_clean(); echo $ret; echo ''; ?>