熊猫办公系统
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.
 
 
 
 

28 lines
627 B

<?php
if(!defined('InEmpireCMS'))
{
exit();
}
//位置
$url="$spacename &gt; ".$pagename;
include("header.temp.php");
$pagetext=nl2br(RepFieldtextNbsp($pagetext));
?>
<?=$spacegg?>
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#96C8F1">
<tr>
<td background="template/default/images/bg_title_sider.gif"><b><?=$pagename?></b></td>
</tr>
<tr>
<td bgcolor="#FFFFFF"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<?=$pagetext?>
</td>
</tr>
</table></td>
</tr>
</table>
<?php
include("footer.temp.php");
?>