熊猫办公系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

24 lines
721 B

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