主頁 > 網(wǎng)站建設(shè) > 建站知識 > 織夢自定義搜索結(jié)果頁advancedsearch.htm調(diào)用channel標

織夢自定義搜索結(jié)果頁advancedsearch.htm調(diào)用channel標

POST TIME:2017-11-12 23:50

在/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(); 
}

模版中調(diào)用:
<?php pasterTempletDiy("default/head.htm");?>
和底部<?php pasterTempletDiy("default/footer.htm");?>


收縮
  • 微信客服
  • 微信二維碼
  • 電話咨詢

  • 400-1100-266