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 @@ if(sql_num_rows($hresult)) { 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 @@ if (G5_IS_MOBILE) { 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 @@ add_stylesheet('
    + +
    '.PHP_EOL; echo ''.PHP_EOL; } - echo '
  • 더보기
  • '.PHP_EOL; if($k > 1) { + echo '
  • 더보기
  • '.PHP_EOL; echo ''.PHP_EOL; }