不好意思,讓你久等了!
剛跑去公司開機房有點慢.
if(file_exists(XOOPS_ROOT_PATH."/modules/tadtools/mobile_device_detect.php")){
這是第七行
若整句語法連慣的應該是
if(file_exists(XOOPS_ROOT_PATH."/modules/tadtools/mobile_device_detect.php")){
include_once XOOPS_ROOT_PATH."/modules/tadtools/mobile_device_detect.php";
mobile_device_detect(true,false,true,true,true,true,true,'pda.php',false);
}