DoInfo.php
744 Bytes
<?php
if(!defined('InEmpireCMS'))
{
exit();
}
?>
<?php
$public_diyr['pagetitle']='管理信息';
$url="<a href=../../>首頁</a> > <a href=../member/cp/>會員中心</a> > 管理信息";
require(ECMS_PATH.'e/template/incfile/header.php');
?>
<p> </p>
<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>
<?php
require(ECMS_PATH.'e/template/incfile/footer.php');
?>