모바일 상품정렬 변경 기능 제거

This commit is contained in:
chicpro
2013-12-06 13:40:49 +09:00
parent d070904d48
commit 506640908b
2 changed files with 0 additions and 18 deletions

View File

@ -1,10 +0,0 @@
<?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>