debug
This commit is contained in:
@@ -16,15 +16,15 @@
|
||||
{foreach $arrRecommendNovel as $key=>$Novel }
|
||||
<dl class="rec-focus-book">
|
||||
<dt class="book-img">
|
||||
<a href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}'>
|
||||
<img height="100" width="80" alt="{$Novel.og_novel_book_name ?? ''} - {$Novel.og_novel_category ?? ''}最新章节在线免费阅读"
|
||||
<a href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>
|
||||
<img height="100" width="80" alt="{$Novel.n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读"
|
||||
src="{$Novel.n_cover_path ?? ''}" >
|
||||
</a>
|
||||
</dt>
|
||||
<dd class="book-info">
|
||||
<h2><a href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}'>{$Novel.og_novel_book_name}</a></h2>
|
||||
<p>作者:{$Novel.og_novel_author}</p>
|
||||
<p>{$Novel.og_description}</p>
|
||||
<h2><a href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>{$Novel.n_name}</a></h2>
|
||||
<p>作者:{$Novel.n_author}</p>
|
||||
<p>{$Novel.n_description}</p>
|
||||
</dd>
|
||||
</dl>
|
||||
{/foreach}
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
<h3 class="wrap-title"><span>最新标签</span></h3>
|
||||
<div class="rec-focus" style="font-size:12px;">
|
||||
{foreach $arrRecommendNovel as $key=>$vo }
|
||||
<a href="/">{$vo.og_novel_book_name}</a>
|
||||
<a href="/">{$vo.n_name}</a>
|
||||
{/foreach}
|
||||
<a href="/sitemap_index.xml">XML地图</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user