From c92824d53a448adbf1bd8e0d2593545323f2170d Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 15 Feb 2021 11:06:13 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=20=ED=85=8C?= =?UTF-8?q?=EB=A7=88=EC=97=90=EC=84=9C=20=EC=BB=A4=EB=AE=A4=EB=8B=88?= =?UTF-8?q?=ED=8B=B0=20=EC=82=AC=EC=9A=A9=20=EC=95=88=ED=95=A0=EC=8B=9C=20?= =?UTF-8?q?=EB=A9=94=EB=89=B4=20html=EC=BD=94=EB=93=9C=20=EC=B2=98?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/shop/basic/boxevent.skin.php | 2 +- theme/basic/shop/index.php | 2 +- theme/basic/shop/shop.head.php | 2 ++ theme/basic/skin/shop/basic/boxevent.skin.php | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/skin/shop/basic/boxevent.skin.php b/skin/shop/basic/boxevent.skin.php index cce361504..376517b9b 100644 --- a/skin/shop/basic/boxevent.skin.php +++ b/skin/shop/basic/boxevent.skin.php @@ -52,8 +52,8 @@ echo ''.display_price(get_price($row2), $row2['it_tel_inq']).''.PHP_EOL; echo ''.PHP_EOL; } - echo '
  • 더보기
  • '.PHP_EOL; if($k > 1) { + echo '
  • 더보기
  • '.PHP_EOL; echo ''.PHP_EOL; } diff --git a/theme/basic/shop/index.php b/theme/basic/shop/index.php index 3505b3859..52ea8577e 100644 --- a/theme/basic/shop/index.php +++ b/theme/basic/shop/index.php @@ -6,7 +6,7 @@ return; } -define("_INDEX_", TRUE); +if(! defined('_INDEX_')) define('_INDEX_', TRUE); include_once(G5_THEME_SHOP_PATH.'/shop.head.php'); ?> diff --git a/theme/basic/shop/shop.head.php b/theme/basic/shop/shop.head.php index d1c820ca6..d9466af75 100644 --- a/theme/basic/shop/shop.head.php +++ b/theme/basic/shop/shop.head.php @@ -31,10 +31,12 @@
    + +
    • FAQ
    • 1:1문의
    • diff --git a/theme/basic/skin/shop/basic/boxevent.skin.php b/theme/basic/skin/shop/basic/boxevent.skin.php index cce361504..376517b9b 100644 --- a/theme/basic/skin/shop/basic/boxevent.skin.php +++ b/theme/basic/skin/shop/basic/boxevent.skin.php @@ -52,8 +52,8 @@ echo ''.display_price(get_price($row2), $row2['it_tel_inq']).'
    '.PHP_EOL; echo ''.PHP_EOL; } - echo '
  • 더보기
  • '.PHP_EOL; if($k > 1) { + echo '
  • 더보기
  • '.PHP_EOL; echo ''.PHP_EOL; }