View Single Post
  #1   IP: 112.87.85.204
Old 2014-01-08, 06:42 PM
topvip topvip is offline
超级版主
 
Join Date: 2006-01-04
Posts: 1206
topvip 正向着好的方向发展
Default 请问帝国cms首页下面的关于我们、网站地图、服务条款等等页面都没有啊?

帝国后台 栏目 栏目管理 自定义页面 管理自定义页面, 加入如下代码:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>[!--pagetitle--] - 0080.net</title>
<meta name="keywords" content="[!--pagekeywords--]" />
<meta name="description" content="[!--pagedescription--]" />
<link href="[!--news.url--]skin/default/css/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="[!--news.url--]skin/default/js/tabs.js"></script>
</head>
<body class="showpage news">
[!--temp.header--]

<table width="100%" border="0" cellspacing="10" cellpadding="0">
<tr valign="top">
<td class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="position">
<tr>
<td><a href="#" target="_blank">中国干洗网</a>大事记:</td>
</tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0"  class="box">
<tr>
<td id="text">
1、中国干洗网介绍<br>
2、中国干洗网任务
</td>
</tr>
</table>

<td class="sider"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="title">
<tr>
<td><strong>服务项目</strong></td>
</tr>


<table width="100%" border="0" cellspacing="0" cellpadding="0" class="title margin_top">
<tr>
<td><strong>联系方式</strong></td>
</tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0" class="title margin_top">
<tr>
<td><strong>栏目更新</strong></td>
</tr>
</table>

</td>
</tr>
</table>
[!--temp.footer--]
</body>
</html>

Last edited by topvip : 2014-01-08 at 06:58 PM
Reply With Quote