id = $_REQUEST['record']; require_once('include/SubPanel/SubPanelTiles.php'); $subpanel = new SubPanelTiles($focus, $_REQUEST['loadModule']); if(!function_exists('get_form_header')) { global $theme; } echo $subpanel->display(false); ?>