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