diff --git a/adm/admin.menu100.php b/adm/admin.menu100.php index 0c2213042..dca04e108 100644 --- a/adm/admin.menu100.php +++ b/adm/admin.menu100.php @@ -1,15 +1,15 @@ \ No newline at end of file diff --git a/adm/admin.menu200.php b/adm/admin.menu200.php index e289cbed6..acf09fd80 100644 --- a/adm/admin.menu200.php +++ b/adm/admin.menu200.php @@ -1,10 +1,10 @@ \ No newline at end of file diff --git a/adm/admin.menu300.php b/adm/admin.menu300.php index df9a1300b..97779c0d4 100644 --- a/adm/admin.menu300.php +++ b/adm/admin.menu300.php @@ -1,9 +1,9 @@ \ No newline at end of file diff --git a/adm/shop_admin/index.php b/adm/shop_admin/index.php index 460c327ea..2316d1db5 100644 --- a/adm/shop_admin/index.php +++ b/adm/shop_admin/index.php @@ -5,7 +5,7 @@ include_once("./_common.php"); $max_limit = 7; // 몇행 출력할 것인지? $g4['title'] = " 쇼핑몰관리"; -include_once ($g4['admin_path'].'/admin.head.php'); +include_once (G4_ADMIN_PATH.'/admin.head.php'); ?> @@ -235,5 +235,5 @@ include_once ($g4['admin_path'].'/admin.head.php');

diff --git a/shop/_head.php b/shop/_head.php index fe9024ae1..c3e0a4a26 100644 --- a/shop/_head.php +++ b/shop/_head.php @@ -1,4 +1,4 @@ \ No newline at end of file diff --git a/shop.php b/shop/index.php similarity index 94% rename from shop.php rename to shop/index.php index b81c99afa..c471117a1 100644 --- a/shop.php +++ b/shop/index.php @@ -3,10 +3,10 @@ include_once("./_common.php"); include_once(G4_LIB_PATH.'/latest.lib.php'); include_once(G4_LIB_PATH.'/thumbnail.lib.php'); -define("_INDEX_", TRUE); +define("G4_SHOP_INDEX", TRUE); -$g4['title'] = ""; -include_once(G4_PATH.'/shop.head.php'); +$g4['title'] = $default['de_admin_company_name']; +include_once('./_head.php'); ?> @@ -99,7 +99,7 @@ include_once(G4_PATH.'/shop.head.php');

\ No newline at end of file diff --git a/shop.head.php b/shop/shop.head.php similarity index 100% rename from shop.head.php rename to shop/shop.head.php diff --git a/shop.tail.php b/shop/shop.tail.php similarity index 100% rename from shop.tail.php rename to shop/shop.tail.php