下面是index.html.php文件 ,我修改成那样,不知道为什么就是不显示,去掉那个<h1><a href="#" title="会员中心">会员中心</a></h1>草可显示,不知道为什么,高手看看- <?exit?>
- <!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=$_SCONFIG[charset]" />
- <title>$_SCONFIG[sitename] $_SCONFIG[seotitle]- Powered by SupeSite</title>
- <meta name="keywords" content="$_SCONFIG[sitename] $_SCONFIG[seokeywords]" />
- <meta name="description" content="$_SCONFIG[sitename] $_SCONFIG[seodescription]" />
- <link rel="stylesheet" type="text/css" href="{S_URL}/templates/$_SCONFIG[template]/css/style.css" />
- $_SCONFIG[seohead]
- <script type="text/javascript">
- var siteUrl = "{S_URL}";
- </script>
- <script src="{S_URL}/include/js/ajax.js" type="text/javascript" language="javascript"></script>
- <script src="{S_URL}/include/js/common.js" type="text/javascript" language="javascript"></script>
- </head>
- <body>
- <div>
- <!--{if !empty($channels['types']['news'])}-->
- <!--{block name="category" parameter="type/news/isroot/1/ischannel/2/order/c.displayorder/limit/0,10/cachetime/36800/cachename/category_news/tpl/data"}-->
- <h1><a href="#action/news" title="$channels['menus']['news']['name']分类">$channels['menus']['news']['name']分类</a></h1>
- <ul>
- <!--{loop $_SBLOCK['category_news'] $value}-->
- <li><a href="$value[url]" title="$value[name]">$value[name]</a></li>
- <!--{/loop}-->
- </ul>
- <!--{/if}-->
- <h1><a href="#" title="会员中心">会员中心</a></h1>
- </div>
- </body>
- </html>
复制代码 |