Z-Blog Wiki Z-Blog Wiki

Z-Blog官方文库

用户工具

站点工具


zblogphp:development:plugin:interfacestc:filter_plugin_zbp_buildtemplate

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

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);
}

zblogphp/development/plugin/interfacestc/filter_plugin_zbp_buildtemplate.txt · 最后更改: 2020/12/22 18:19 由 唐朝