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

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

@ -24,11 +24,6 @@ include_once(G5_MSHOP_PATH.'/_head.php');
//if ($skin) $ca[ca_skin] = $skin;
?>
<script>
var itemlist_ca_id = "<?php echo $ca_id; ?>";
</script>
<script src="<?php echo G5_JS_URL; ?>/shop.list.js"></script>
<div id="sct">
<?php
@ -49,9 +44,6 @@ var itemlist_ca_id = "<?php echo $ca_id; ?>";
if (file_exists($list_file)) {
include G5_MSHOP_SKIN_PATH.'/list.sort.skin.php';
// 상품 보기 타입 변경 버튼
include G5_MSHOP_SKIN_PATH.'/list.sub.skin.php';
// 총몇개
$items = $ca['ca_mobile_list_mod'];
// 페이지가 없으면 첫 페이지 (1 페이지)

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>