스킨화 작업 2차

This commit is contained in:
chicpro
2013-09-24 16:01:24 +09:00
parent de94493584
commit ba7607130b
47 changed files with 1886 additions and 1980 deletions

View File

@ -0,0 +1,10 @@
<?php
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<link rel="stylesheet" href="<?php echo G5_MSHOP_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>