From dd70cf56a363e1b15d46b8c8f5bdfb90c741b229 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Wed, 30 Jan 2013 11:04:29 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=20index=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=EB=A5=BC=20shop=20=ED=8F=B4?= =?UTF-8?q?=EB=8D=94=EB=A1=9C=20=EC=9D=B4=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/_head.php | 2 +- shop.php => shop/index.php | 10 +++++----- shop.head.php => shop/shop.head.php | 0 shop.tail.php => shop/shop.tail.php | 0 4 files changed, 6 insertions(+), 6 deletions(-) rename shop.php => shop/index.php (94%) rename shop.head.php => shop/shop.head.php (100%) rename shop.tail.php => shop/shop.tail.php (100%) 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 From 1ef493c36c150d1279e8dd1e28508fe392d1627e Mon Sep 17 00:00:00 2001 From: gnuboard Date: Wed, 30 Jan 2013 15:44:56 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90=20URL=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/admin.menu100.php | 20 ++++++++++---------- adm/admin.menu200.php | 12 ++++++------ adm/admin.menu300.php | 10 +++++----- 3 files changed, 21 insertions(+), 21 deletions(-) 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 From 24a5ac23d63f8efec66dd7664a06dc148da91785 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Wed, 30 Jan 2013 15:48:13 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=20=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20=EC=B4=88=EA=B8=B0=ED=99=94=EB=A9=B4=20=EC=A0=91?= =?UTF-8?q?=EC=86=8D=EC=8B=9C=20=EC=98=A4=EB=A5=98=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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');