调用方法如下:
//引入arc.partview.class.php类处理require_once(DEDEINC."/arc.partview.class.php");function pasterTempletDiy($path){global $cfg_basedir,$cfg_templets_skin;$tmpfile = $cfg_basedir.$cfg_templets_skin."/".$path;//模版文件的路径$dtp = new PartView();$dtp->SetTemplet($tmpfile);$dtp->Display();}
对应模板用
<?php pasterTempletDiy("head.htm"); ?><?php pasterTempletDiy("footer.htm"); ?>
//引入arc.partview.class.php类处理//////////////////////////////////////////////////////require_once(DEDEINC."/arc.partview.class.php");function pasterTempletDiy2($path){global $cfg_basedir,$cfg_templets_skin;$tmpfile = $cfg_basedir.$cfg_templets_skin."/".$path;//模版文件的路径$dtp = new PartView();$dtp->SetTemplet($tmpfile);$dtp->Display();}对应模板用
<?php pasterTempletDiy2("head.htm"); ?><?php pasterTempletDiy2("footer.htm"); ?>
common.func.php文件里面的变量是全局变量,会和会员中心的冲突,分别设置不同的变量名即可。
近端时间发现,如果在系统设置里面勾选“(是/否)支持多站点,开启此项后附件、栏目连接、arclist内容启用绝对网址”,就会有错误提示“找不到对应的头部和尾部”,仔细看路径上少了“/”,关闭这项即可。
其实这个功能还是不建议大家打开,后面有很多地方会造成困扰,特别增加了移动端或者二级域名之后。如果增加移动端出现路径问题比较难解决,可以移步参考《4种方法解dedecms决绑定2级目录后文章图片绝对路径问题》一文,或许对你有不少帮助
新闻热点
疑难解答