织梦会员中心页面调用程序头部和底部模板

首先我们打开include目录下的extend.func.php这个文件,在最下面代码里加入下面函数 function pasterTempletDiy($path) { global $cfg_basedir,$cfg_templets_skin; $tmpfile = $cfg_basedir.$cfg_templets_skin./.$path;//模版文

首先我们打开include目录下的extend.func.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();
}

 
在会员中心模板调用默认头部模板(head.htm,为你通用头部模板):
 
<?php pasterTempletDiy("head.htm"); ?>
 
模板尾部模板footer.htm,为你通用底部模板
 
 
<?php pasterTempletDiy("footer.htm"); ?>

版权声明:本站部分内容来源互联网,如果文章中所涉及的图片或者文字内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

织梦会员中心页面调用程序头部和底部模板

最新VIP资源