花魁直播高品质美女在线视频互动社区 - 花魁直播官方版

 歡迎來到素材無憂網(wǎng),按 + 收藏我們
登錄 注冊(cè) 退出 找回密碼

織夢(mèng)dedecms留言板調(diào)用導(dǎo)航的方法

時(shí)間: 2018-04-26 21:44 閱讀: 作者:素材無憂網(wǎng)

dede里的留言板guestbook.htm用{dede:include filename=”../default/head.htm”/}不能自動(dòng)生成導(dǎo)航列表,不能使用default下的頭文件,現(xiàn)在我來寫一個(gè)函數(shù)解決這問題: 
第一步:打開"/include/common.func.php",該文件5.6版本默認(rèn)存在,5.7的不存在自己建一個(gè)。 
然后在該文件中加入一個(gè)函數(shù),代碼如下: 

復(fù)制代碼
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();
}
第二步,打開留言本的模版文件,默認(rèn)的是/templets/plus/guestbook.htm 
用以下代碼替換原因的調(diào)用頭部代碼 

復(fù)制代碼
<?php
   pasterTempletDiy("default/head.htm");
?>
其他的同理

版權(quán)聲明: 本站資源均來自互聯(lián)網(wǎng)或會(huì)員發(fā)布,如果侵犯了您的權(quán)益請(qǐng)與我們聯(lián)系,我們將在24小時(shí)內(nèi)刪除!謝謝!

轉(zhuǎn)載請(qǐng)注明: 織夢(mèng)dedecms留言板調(diào)用導(dǎo)航的方法

標(biāo)簽:  
相關(guān)文章
模板推薦