好湿?好紧?好多水好爽自慰,久久久噜久噜久久综合,成人做爰A片免费看黄冈,机机对机机30分钟无遮挡

主頁 > 網站建設 > 建站知識 > DEDECMS5.7讓留言板調用{dede:include filename="head.ht

DEDECMS5.7讓留言板調用{dede:include filename="head.ht

POST TIME:2017-12-15 22:23

DEDECMS5.7讓留言板調用{dede:include filename="head.htm"/}的方法:

首先找到include/common.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();
}
function pasterTempletDiy2($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);
$temstr = $dtp->GetResult();
return $temstr;
}

然后在留言板文件中templets/plus/guestbook.htm

加入如下代碼即可引入導航欄。

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



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

  • 400-1100-266