debug
This commit is contained in:
@@ -5,38 +5,71 @@
|
||||
|
||||
{block name="logo-html"}
|
||||
<h1 class="logo">
|
||||
<a href="/">狂雨小说</a>/{eq name="strPageCode" value="boy"}男生 {else/}女生{/eq}
|
||||
<a href="/">狂雨小说</a>
|
||||
</h1>
|
||||
{/block}
|
||||
|
||||
{block name="main"}
|
||||
<!--wrap-->
|
||||
<div class="wrap">
|
||||
|
||||
<nav class="breadcrumb" aria-label="breadcrumb">
|
||||
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||
<a href="/" itemprop="item">
|
||||
<span itemprop="name">首页</span>
|
||||
</a>
|
||||
<meta itemprop="position" content="1" />
|
||||
</li>
|
||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||
{eq name="strPageCode" value="boys"}
|
||||
<a href="/nansheng-xiaoshuo" itemprop="item">
|
||||
<span itemprop="name">男生</span>
|
||||
</a>
|
||||
{else}
|
||||
<a href="/nvsheng-xiaoshuo" itemprop="item">
|
||||
<span itemprop="name">女生</span>
|
||||
</a>
|
||||
{/eq}
|
||||
<meta itemprop="position" content="2" />
|
||||
</li>
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
|
||||
<!-- hot-book -->
|
||||
<div class="mod hot-book">
|
||||
<div class="mod-head">
|
||||
<h3>热门推荐</h3>
|
||||
</div>
|
||||
<div class="book-slide">
|
||||
<ul class="clearfix">
|
||||
{foreach $arrRecommendSerializationNovel as $category}
|
||||
{volist name="arrRecommendSerializationNovel" id="Novel" key="key"}
|
||||
{include file="Public/novelListS" /}
|
||||
{/foreach}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mod hot-book">
|
||||
<div class="mod-head">
|
||||
<h3>完结推荐</h3>
|
||||
</div>
|
||||
<div class="book-slide">
|
||||
<ul class="clearfix">
|
||||
{volist name="arrRecommendEndNovel" id="Novel" key="key"}
|
||||
{include file="Public/novelListS" /}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /hot-book -->
|
||||
<!-- new-book -->
|
||||
<div class="mod new-book">
|
||||
<div class="mod-head">
|
||||
<h3>最近更新</h3>
|
||||
</div>
|
||||
<div class="book-list">
|
||||
<ul class="clearfix">
|
||||
{foreach $arrNewsUpdateNovel as $category}
|
||||
{volist name="arrNewsUpdateNovel" id="Novel" key="key"}
|
||||
{include file="Public/novelListH" /}
|
||||
{/foreach}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user