帝国cms投稿管理投稿首页
修改位置:帝国cms后台——模板——动态页面模板管理——投稿
1、帝国cms会员中心引入
<?php
if(!defined('InEmpireCMS'))
{
exit();
}
?>
<?php
$public_diyr['pagetitle']='管理信息';
$url="<a href=../../>首页</a> > <a href=../member/cp/>会员中心</a> > 管理信息";
?>
2、引入公共头部:
<?php
require(ECMS_PATH.'e/template/incfile/header.php');
?>
3、文字说明:
<table width="80%" border="0" align="center" class="tableborder">
<tr class="header">
<td height="25"><div align="center">欢迎来到信息管理中心</div></td>
</tr>
<tr>
<td height="50" bgcolor="#FFFFFF">
<div align="center">选择左边您要增加或管理的信息。</div></td>
</tr>
</table>
4、引入公共底部:
<?php
require(ECMS_PATH.'e/template/incfile/footer.php');
?>
调用地址:/e/template/DoInfo/DoInfo.php