홈페이지 모듈-> 회원목록 페이징 버그

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5217 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-01-05 05:34:10 +00:00
parent 705a62c8df
commit 94c95c17c6

View file

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