setFile("main", "main.html"); $tpl->setFile("career", "career.html"); $tpl->setFile("mailto", "mailto.html"); $tpl->setFile("contactUs", "ContactUs.html"); $tpl->setVar('page_title',"招贤纳士 - {$CFG['web_name']}"); $db = conn(); $sql="select content from {$CFG['tabs']['news']} where type=5 order by id desc limit 1"; $rs = $db->query($sql); $tpl->setVar('careeri',nl2br($rs[0][0])); $tpl->parse('contactUs', 'contactUs'); $tpl->parse('mailto', 'mailto'); $tpl->parse('main_content', 'career'); $tpl->p("main"); ?>