모바일 상품 출력수 설정 변경

This commit is contained in:
chicpro
2013-05-09 15:50:06 +09:00
parent e54449024b
commit 2d6bd92c94
6 changed files with 7 additions and 20 deletions

View File

@ -1,10 +1,8 @@
<?php
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// 총몇개 = 한줄에 몇개 * 몇줄
$items = $list_mod * $list_row;
// <TD> 태그 폭
$td_width = (int)(100 / $list_mod);
// 상품수
$items = $list_row;
$sql = "select COUNT(*) as cnt $sql_common ";
$row = sql_fetch($sql);