Merge branch 'master' of github.com:gnuboard/yc4s

This commit is contained in:
whitedot
2013-05-09 16:39:07 +09:00
24 changed files with 84 additions and 254 deletions

View File

@ -51,7 +51,6 @@ if ($is_admin)
// 리스트 유형별로 출력
$list_file = G4_MSHOP_PATH.'/'.$ca['ca_mobile_skin'];
if (file_exists($list_file)) {
$list_mod = $ca['ca_mobile_list_mod'];
$list_row = $ca['ca_mobile_list_row'];
$img_width = $ca['ca_mobile_img_width'];
$img_height = $ca['ca_mobile_img_height'];

View File

@ -1,6 +1,6 @@
<?php
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// $list_mod 가로 나열
// $list_row 상품
for ($i=1; $row=sql_fetch_array($result); $i++)
{

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);

View File

@ -12,11 +12,11 @@ include_once(G4_LIB_PATH.'/popular.lib.php');
<div id="to_content"><a href="#container">본문 바로가기</a></div>
<div id="logo"><a href="<?php echo G4_MSHOP_URL; ?>/"><img src="<?php echo G4_DATA_URL; ?>/common/logo_img" alt="쇼핑몰 처음으로"></a></div>
<div id="logo"><a href="<?php echo G4_SHOP_URL; ?>/"><img src="<?php echo G4_DATA_URL; ?>/common/mobile_logo_img" alt="쇼핑몰 처음으로"></a></div>
<aside id="hd_ct">
<h2>쇼핑몰 카테고리</h2>
</aside>
<aside id="hd_aside">

View File

@ -13,7 +13,7 @@ $admin = get_admin("super");
<footer id="ft">
<h1><?php echo $config['cf_title']; ?> 정보</h1>
<div>
<a href="<?php echo G4_MSHOP_URL; ?>/" id="ft_logo"><img src="<?php echo G4_DATA_URL; ?>/common/logo_img" alt="처음으로"></a>
<a href="<?php echo G4_SHOP_URL; ?>/" id="ft_logo"><img src="<?php echo G4_DATA_URL; ?>/common/mobile_logo_img" alt="처음으로"></a>
<ul>
<li><a href="<?php echo G4_MSHOP_URL; ?>/content.php?co_id=company">회사소개</a></li>
<li><a href="<?php echo G4_MSHOP_URL; ?>/content.php?co_id=provision">서비스이용약관</a></li>