모바일 쇼핑몰 인덱스 유형별 상품 타이틀 오류 수정
This commit is contained in:
@ -15,8 +15,8 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
<?php if($default['de_mobile_type1_list_use']) { ?>
|
<?php if($default['de_mobile_type1_list_use']) { ?>
|
||||||
<div class="sct_wrap">
|
<div class="sct_wrap">
|
||||||
<header>
|
<header>
|
||||||
<h2>최신상품</h2>
|
<h2>히트상품</h2>
|
||||||
<p class="sct_wrap_hdesc"><?php echo $config['cf_title']; ?> 최신상품 모음</p>
|
<p class="sct_wrap_hdesc"><?php echo $config['cf_title']; ?> 히트상품 모음</p>
|
||||||
</header>
|
</header>
|
||||||
<?php
|
<?php
|
||||||
$list = new item_list();
|
$list = new item_list();
|
||||||
@ -37,8 +37,8 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
<?php if($default['de_mobile_type2_list_use']) { ?>
|
<?php if($default['de_mobile_type2_list_use']) { ?>
|
||||||
<div class="sct_wrap">
|
<div class="sct_wrap">
|
||||||
<header>
|
<header>
|
||||||
<h2>히트상품</h2>
|
<h2>추천상품</h2>
|
||||||
<p class="sct_wrap_hdesc"><?php echo $config['cf_title']; ?> 히트상품 모음</p>
|
<p class="sct_wrap_hdesc"><?php echo $config['cf_title']; ?> 추천상품 모음</p>
|
||||||
</header>
|
</header>
|
||||||
<?php
|
<?php
|
||||||
$list = new item_list();
|
$list = new item_list();
|
||||||
@ -59,8 +59,8 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
<?php if($default['de_mobile_type3_list_use']) { ?>
|
<?php if($default['de_mobile_type3_list_use']) { ?>
|
||||||
<div class="sct_wrap">
|
<div class="sct_wrap">
|
||||||
<header>
|
<header>
|
||||||
<h2>추천상품</h2>
|
<h2>최신상품</h2>
|
||||||
<p class="sct_wrap_hdesc"><?php echo $config['cf_title']; ?> 추천상품 모음</p>
|
<p class="sct_wrap_hdesc"><?php echo $config['cf_title']; ?> 최신상품 모음</p>
|
||||||
</header>
|
</header>
|
||||||
<?php
|
<?php
|
||||||
$list = new item_list();
|
$list = new item_list();
|
||||||
|
|||||||
Reference in New Issue
Block a user