debug
This commit is contained in:
@@ -26,20 +26,20 @@
|
||||
</div>
|
||||
<!-- nav -->
|
||||
<div class="nav">
|
||||
<a href="/rank.html">
|
||||
<a href="/paihang/all">
|
||||
<img src="/template/kuangyu/home/new_wap/images/ranking.png" alt="排行榜" />
|
||||
<span>排行榜</span>
|
||||
</a>
|
||||
<a href="/shuku.html">
|
||||
<a href="/shuku/all">
|
||||
<img src="/template/kuangyu/home/new_wap/images/bookcase.png" alt="书库" />
|
||||
<span>书库</span>
|
||||
</a>
|
||||
<a href="/article/list.html">
|
||||
<!-- <a href="/article/list.html">
|
||||
<img src="/template/kuangyu/home/new_wap/images/hasreading.png"
|
||||
alt="文章" />
|
||||
<span>文章</span>
|
||||
</a>
|
||||
<a href="/user.html">
|
||||
</a> -->
|
||||
<a href="/user">
|
||||
<img src="/template/kuangyu/home/new_wap/images/user.png"
|
||||
alt="书架" />
|
||||
<span>个人中心</span>
|
||||
@@ -53,9 +53,9 @@
|
||||
</div>
|
||||
<div class="book-slide">
|
||||
<ul class="clearfix">
|
||||
{foreach $arrRecommendNovel as $category}
|
||||
{volist name="arrRecommendNovel" id="Novel" key="key"}
|
||||
{include file="Public/novelListS" /}
|
||||
{/foreach}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -67,9 +67,9 @@
|
||||
</div>
|
||||
<div class="book-list">
|
||||
<ul class="clearfix">
|
||||
{foreach $arrNewsNovel as $category}
|
||||
{volist name="arrNewsNovel" id="Novel" key="key"}
|
||||
{include file="Public/novelListH" /}
|
||||
{/foreach}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -91,9 +91,9 @@
|
||||
<div class="mod-body">
|
||||
<div class="top-list">
|
||||
<ul class="clearfix">
|
||||
{foreach $arrDayRankNovel as $category}
|
||||
{volist name="arrDayRankNovel" id="Novel" key="key"}
|
||||
{include file="Public/novelListH" /}
|
||||
{/foreach}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -101,9 +101,9 @@
|
||||
<div class="mod-body" style="display: none">
|
||||
<div class="top-list">
|
||||
<ul class="clearfix">
|
||||
{foreach $arrWeekRankNovel as $category}
|
||||
{volist name="arrWeekRankNovel" id="Novel" key="key"}
|
||||
{include file="Public/novelListH" /}
|
||||
{/foreach}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -111,9 +111,9 @@
|
||||
<div class="mod-body" style="display: none">
|
||||
<div class="top-list">
|
||||
<ul class="clearfix">
|
||||
{foreach $arrMoonRankNovel as $category}
|
||||
{volist name="arrMoonRankNovel" id="Novel" key="key"}
|
||||
{include file="Public/novelListH" /}
|
||||
{/foreach}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -121,9 +121,9 @@
|
||||
<div class="mod-body" style="display: none">
|
||||
<div class="top-list">
|
||||
<ul class="clearfix">
|
||||
{foreach $arrEndNovelRankNovel as $category}
|
||||
{volist name="arrEndNovelRankNovel" id="Novel" key="key"}
|
||||
{include file="Public/novelListH" /}
|
||||
{/foreach}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user