공통: #275 상품리스트 보기 유형 변경 고도화

This commit is contained in:
whitedot
2013-08-08 18:28:33 +09:00
parent c54c27c654
commit 943cfc5b40
2 changed files with 4 additions and 4 deletions

View File

@ -3,6 +3,6 @@ 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>
<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>