diff --git a/shop/cart.php b/shop/cart.php
index e87b9b862..9e2b09d98 100644
--- a/shop/cart.php
+++ b/shop/cart.php
@@ -5,13 +5,13 @@ $g4['title'] = "장바구니";
include_once('./_head.php');
?>
-
+
$s_page = 'cart.php';
$s_uq_id = get_session('ss_uniqid');
-include $g4['shop_path'].'/cartsub.inc.php';
+include G4_SHOP_PATH.'/cartsub.inc.php';
?>