gblist.skin.php 파일에서..? 정보
그누보드 gblist.skin.php 파일에서..?본문
제일밑에보면
<table width=100%>
<tr>
<td align=right>
<? if ($prev_section_href) { echo "<a href='$prev_section_href'>이전검색</a>"; } ?>
<?=$write_pages?>
<? if ($next_section_href) { echo "<a href='$next_section_href'>다음검색</a>"; } ?>
</td>
</tr>
</table>
이부분 있는데요.. 무슨 기능이지요.. 머 이전검색 다음검색 하는 거 같은데..
브라우저에는 표시가 안되네요..
최강그누보드
<table width=100%>
<tr>
<td align=right>
<? if ($prev_section_href) { echo "<a href='$prev_section_href'>이전검색</a>"; } ?>
<?=$write_pages?>
<? if ($next_section_href) { echo "<a href='$next_section_href'>다음검색</a>"; } ?>
</td>
</tr>
</table>
이부분 있는데요.. 무슨 기능이지요.. 머 이전검색 다음검색 하는 거 같은데..
브라우저에는 표시가 안되네요..
최강그누보드
댓글 전체