mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
홈페이지 모듈-> 회원목록 페이징 버그 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5217 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
705a62c8df
commit
94c95c17c6
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
|||
<!--@if($page == $page_no)-->
|
||||
<strong>{$page_no}</strong>
|
||||
<!--@else-->
|
||||
<a href="{getUrl('page',$page_no,'module_srl','')}">{$page_no}</a>
|
||||
<a href="{getUrl('page',$page,'module_srl','')}">{$page}</a>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
<a href="{getUrl('page',$page_navigation->last_page,'module_srl','')}" class="nextEnd">{$lang->last_page}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue