assign("MOD", $mod_strings); $xtpl->assign("APP", $app_strings); if(isset($_REQUEST['return_module'])) $xtpl->assign("RETURN_MODULE", $_REQUEST['return_module']); if(isset($_REQUEST['return_action'])) $xtpl->assign("RETURN_ACTION", $_REQUEST['return_action']); if(isset($_REQUEST['return_id'])) $xtpl->assign("RETURN_ID", $_REQUEST['return_id']); $xtpl->assign("THEME", $theme); $xtpl->assign("IMAGE_PATH", $image_path);$xtpl->assign("PRINT_URL", "phprint.php?jt=".session_id().$GLOBALS['request_string']); $xtpl->assign("ALLOPEN", outBar($totOpenTickets, $image_path, $singleUnit)); $xtpl->assign("ALLCLOSED", outBar($totClosedTickets, $image_path, $singleUnit)); $xtpl->assign("ALLTOTAL", outBar($totTickets, $image_path, $singleUnit)); $xtpl->assign("PRIORITIES", showPriorities($image_path, $singleUnit)); $xtpl->assign("CATEGORIES", showCategories($image_path, $singleUnit)); $xtpl->assign("USERS", showUserBased($image_path, $singleUnit)); $xtpl->parse("main"); $xtpl->out("main"); ?>