2个回答
展开全部
以新建 help.php 文件为例。
1、根目录新建help.php,代码如下
<?php
define('CURSCRIPT', 'help');
require_once './source/class/class_core.php';
$discuz = & discuz_core::instance();
$discuz->init();
include_once template("diy:help/help"); //这是调用template下对应的模版,我是在default(模版目录)下建help/help.html。
?>
2、template/default/模版目录下,建help/help.html
<!--{subtemplate common/header}-->
<br />测试测试<br />
<!--{subtemplate common/footer}-->
就这样。
1、根目录新建help.php,代码如下
<?php
define('CURSCRIPT', 'help');
require_once './source/class/class_core.php';
$discuz = & discuz_core::instance();
$discuz->init();
include_once template("diy:help/help"); //这是调用template下对应的模版,我是在default(模版目录)下建help/help.html。
?>
2、template/default/模版目录下,建help/help.html
<!--{subtemplate common/header}-->
<br />测试测试<br />
<!--{subtemplate common/footer}-->
就这样。
追问
==我试试 谢谢先 嘿嘿
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询