From dd70cf56a363e1b15d46b8c8f5bdfb90c741b229 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Wed, 30 Jan 2013 11:04:29 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=20index=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=EB=A5=BC=20shop=20=ED=8F=B4=EB=8D=94?= =?UTF-8?q?=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