Fatal error: Call to undefined function pasterTempletDiy()
Posted 小梦19
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Fatal error: Call to undefined function pasterTempletDiy()相关的知识,希望对你有一定的参考价值。
下面也简单说下这个函数的作用,主要用于dedecms留言板页面调用头部尾部文件,放到DEDE的外部函数接口文件里就可以了,具体路径位如根目录include文件夹下extend.func.php。
在extend.func.php 文件底部附加如下代码:
在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();
}
模版里使用以下代码调用
<?php
pasterTempletDiy("default/head.htm");
?>
以上是关于Fatal error: Call to undefined function pasterTempletDiy()的主要内容,如果未能解决你的问题,请参考以下文章
Fatal error: Call to a member function read() on a non
Fatal error: Uncaught Error: Call to undefined function gzinflate()
Fatal error: Call to undefined function fnmatch() 解决
Composer环境混乱引起--Fatal error: Call to undefined method Fxp