debug
This commit is contained in:
@@ -100,7 +100,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
||||
</h1>
|
||||
|
||||
<div class="bottem1">
|
||||
{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 target="_top" class="pre" href="javascript:void(0);">上一页</a>
|
||||
{/if}
|
||||
|
||||
@@ -136,7 +136,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
||||
{$arrGrm[4]|raw}
|
||||
</div>
|
||||
<div class="bottem2">
|
||||
{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 target="_top" class="pre" href="javascript:void(0);">上一页</a>
|
||||
{/if}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user