상품리스트 및 상세보기 스킨화 작업 1차

This commit is contained in:
chicpro
2013-09-23 14:49:02 +09:00
parent 4735cb9050
commit 47135be416
22 changed files with 1035 additions and 631 deletions

View File

@ -0,0 +1,10 @@
<?php
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<link rel="stylesheet" href="<?php echo G5_SHOP_SKIN_URL; ?>/style.css">
<ul id="sct_lst">
<li><button type="button" class="sct_lst_view sct_lst_list">리스트뷰<span></span></button></li>
<li><button type="button" class="sct_lst_view sct_lst_gallery">갤러리뷰<span></span></button></li>
</ul>