__construct(); } function get_list($langid="zh") { $file = ROOT_DATA."system_".$langid.".php"; $_sys = array(); if(file_exists($file)) { include($file); } return $_sys; } } ?>