카페 회원목록 페이징 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6665 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-06-25 01:11:49 +00:00
parent ed7a1acbfe
commit 80b8d50a9a
2 changed files with 2 additions and 1 deletions

View file

@ -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>