Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
인기상품 잘못 표기된 부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Jun 5, 2018
1 parent e996132 commit 1b2b151
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions shop/shop.head.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ function search_submit(f) {
<div id="aside">
<?php include_once(G5_SHOP_SKIN_PATH.'/boxcategory.skin.php'); // 상품분류 ?>
<?php include_once(G5_SHOP_PATH.'/category.php'); // 분류 ?>
<?php if($default['de_type5_list_use']) { ?>
<!-- 할인상품 시작 { -->
<?php if($default['de_type4_list_use']) { ?>
<!-- 인기상품 시작 { -->
<section class="sale_prd">
<h2><a href="<?php echo G5_SHOP_URL; ?>/listtype.php?type=4">인기상품</a></h2>
<?php
Expand All @@ -148,7 +148,7 @@ function search_submit(f) {
echo $list->run();
?>
</section>
<!-- } 할인상품 끝 -->
<!-- } 인기상품 끝 -->
<?php } ?>

<!-- 커뮤니티 최신글 시작 { -->
Expand Down
6 changes: 3 additions & 3 deletions theme/basic/shop/shop.head.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ function search_submit(f) {

<?php include_once(G5_SHOP_SKIN_PATH.'/boxcategory.skin.php'); // 상품분류 ?>
<?php include_once(G5_THEME_SHOP_PATH.'/category.php'); // 분류 ?>
<?php if($default['de_type5_list_use']) { ?>
<!-- 할인상품 시작 { -->
<?php if($default['de_type4_list_use']) { ?>
<!-- 인기상품 시작 { -->
<section class="sale_prd">
<h2><a href="<?php echo G5_SHOP_URL; ?>/listtype.php?type=4">인기상품</a></h2>
<?php
Expand All @@ -148,7 +148,7 @@ function search_submit(f) {
echo $list->run();
?>
</section>
<!-- } 할인상품 끝 -->
<!-- } 인기상품 끝 -->
<?php } ?>

<!-- 커뮤니티 최신글 시작 { -->
Expand Down

0 comments on commit 1b2b151

Please sign in to comment.