8 lines
296 B
PHP
8 lines
296 B
PHP
<?php
|
|
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
|
?>
|
|
|
|
<div id="sct_lst">
|
|
<button type="button" class="sct_lst_view sct_lst_list"><span></span>리스트뷰</button>
|
|
<button type="button" class="sct_lst_view sct_lst_gallery"><span></span>갤러리뷰</button>
|
|
</div>
|