debug
This commit is contained in:
@@ -99,7 +99,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
||||
<div class="word_read">
|
||||
<h3>{$arrNovel.n_name}({$arrChapter.c_name})</h3>
|
||||
<div class="read_btn">
|
||||
{if $arrChapter && $arrChapter.c_sort_num && $arrChapter.c_sort_num == 1}
|
||||
{if $arrChapter && $arrChapter.c_sort_num && $arrChapter.c_sort_num == 1 && $arrChapter.c_page == 0}
|
||||
<a id="j_chapterPrev" href="javascript:void(0);">上一页</a>
|
||||
{/if}
|
||||
|
||||
@@ -141,7 +141,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
||||
</p>
|
||||
{$arrGrm[5]|raw}
|
||||
<div class="read_btn">
|
||||
{if $arrChapter && $arrChapter.c_sort_num && $arrChapter.c_sort_num == 1}
|
||||
{if $arrChapter && $arrChapter.c_sort_num && $arrChapter.c_sort_num == 1 && $arrChapter.c_page == 0}
|
||||
<a id="j_chapterPrev" href="javascript:void(0);">上一页</a>
|
||||
{/if}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user