debug
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<?php $Novel['n_category_pinyin'] ?? $Novel['n_category_pinyin'] = 'all'?>
|
||||
<em class="red_bg">1</em>
|
||||
<h3 class="name">
|
||||
{$arrGRM[$key+[start]]|raw}
|
||||
{$arrGrm[$key+[start]]|raw}
|
||||
<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}' title="{$Novel.n_name ?? ''}" >{$Novel.n_name ?? ''}</a>
|
||||
</h3>
|
||||
<div class="open">
|
||||
@@ -13,7 +13,7 @@
|
||||
<div class="book_inf">
|
||||
<span class="aut">作者:{$Novel.n_author ?? ''}</span>
|
||||
<span>类别:
|
||||
<a href='{$strPcPath}{site:nflurl gender="all" category="$Novel[n_category_pinyin]" status="all" page="1"/}' >{$Novel.n_category ?? ''}</a>
|
||||
<a href='{$strPcPath}{site:nflurl gender="all" category="$Novel.n_category_pinyin" status="all" page="1"/}' >{$Novel.n_category ?? ''}</a>
|
||||
</span>
|
||||
<p class="int"> {$Novel.n_description ?? ''}</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user