페이징 함수 이점과 이후에 코드를 추가할수 있는 함수 추가

page_insertbefore()
page_insertafter()
This commit is contained in:
gnuboard
2013-01-25 16:33:54 +09:00
parent d7e5f1524e
commit 46d137f099
3 changed files with 23 additions and 5 deletions

View File

@ -156,9 +156,7 @@ if ($is_nogood) $colspan++;
<? } ?>
<!-- 페이지 -->
<? if ($prev_part_href) { echo '<a href="'.$prev_part_href.'">이전검색</a>'; } ?>
<?=$write_pages?>
<? if ($next_part_href) { echo '<a href="'.$next_part_href.'">다음검색</a>'; } ?>
<? echo $write_pages; ?>
<script>
<? if ($sca) { echo "document.fcategory.sca.value = \"$sca\";"; } ?>