페이징 함수 이점과 이후에 코드를 추가할수 있는 함수 추가
page_insertbefore() page_insertafter()
This commit is contained in:
@ -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\";"; } ?>
|
||||
|
||||
Reference in New Issue
Block a user