0&&file_exists("template/".$OJ_TEMPLATE."/faqs.news.php")){ $view_faqs=$result[0][1]; require("template/".$OJ_TEMPLATE."/faqs.news.php"); }else if(file_exists("template/".$OJ_TEMPLATE."/faqs.$OJ_LANG.php")){ require("template/".$OJ_TEMPLATE."/faqs.$OJ_LANG.php"); }else{ require("template/".$OJ_TEMPLATE."/faqs.php"); } /////////////////////////Common foot if(file_exists('./include/cache_end.php')) require_once('./include/cache_end.php'); ?>