mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 12:19:56 +09:00
카페 회원목록 페이징 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6665 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ed7a1acbfe
commit
80b8d50a9a
2 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
<!--@if($page == $page_no)-->
|
||||
<strong>{$page_no}</strong>
|
||||
<!--@else-->
|
||||
<a href="{getUrl('page',$page,'module_srl','')}">{$page}</a>
|
||||
<a href="{getUrl('page',$page_no,'module_srl','')}">{$page_no}</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