欢迎来到润旭源码网
帮助中心

润旭源码网

热门搜索: 企业源码    免费源码   

织梦高级搜索结果页advancedsearch.htm如何调用channel标签

  • 时间:2020-06-28 11:04 编辑: 来源: 阅读:183
  • 扫一扫,手机访问
摘要:模版中调用:<?php pasterTempletDiy("default/head.htm");?> 和底部<?php pasterTempletDiy("default/footer.htm");?> /include/extend.func.php最后边增加function pasterTempletDiy($path) { &

模版中调用:

<?php pasterTempletDiy("default/head.htm");?>

 

和底部


<?php pasterTempletDiy("default/footer.htm");?>

 

/include/extend.func.php最后边增加

function pasterTempletDiy($path) 

  require_once(DEDEINC."/arc.partview.class.php"); 

  global $cfg_basedir,$cfg_templets_dir; 

  $tmpfile = $cfg_basedir.$cfg_templets_dir."/".$path;//模版文件的路径 

  $dtp = new PartView(); 

  $dtp->SetTemplet($tmpfile); 

  $dtp->Display(); 

}

 

就可以调用出来栏目了

  • 全部评论(0)
资讯详情页最新发布上方横幅
联系我们

QQ:888477 {点击直接联系}

邮箱:runxu123@qq.com

时间:周1——周6 【9:00-23:00

联系客服
购买源码 源码咨询 投诉建议 联系客服
0373-6621888
手机版

扫一扫进手机版
返回顶部