定义模板文件的调用位置:

function ActivePlugin_tc_cs() {
    Add_Filter_Plugin('Filter_Plugin_Zbp_BuildTemplate','tc_Zbp_BuildTemplate');
}
 
function tc_Zbp_BuildTemplate() {
    global $zbp;
    $fullname = $zbp->usersdir . 'plugin/tangchao/template/tangchao.php';
    $templates['tangchao'] = file_get_contents($fullname);
}