Index: temp/trunk/html/products/detail.php
===================================================================
--- temp/trunk/html/products/detail.php	(revision 6080)
+++ temp/trunk/html/products/detail.php	(revision 6144)
@@ -6,15 +6,5 @@
  */
 
-require_once(DATA_PATH . "lib/slib.php");
-require_once(DATA_PATH . "class/SC_View.php");
-require_once(DATA_PATH . "class/SC_Query.php");
-require_once(DATA_PATH . "class/SC_Customer.php");
-require_once(DATA_PATH . "class/SC_Cookie.php");
-require_once(DATA_PATH . "class/SC_SiteInfo.php");
-require_once(DATA_PATH . "class/SC_PageNavi.php");
-require_once(DATA_PATH . "class/SC_CheckError.php");
-require_once(DATA_PATH . "data/class/SC_CartSession.php");
-require_once(DATA_PATH . "data/class/SC_FormParam.php");
-require_once(DATA_PATH . "data/class/SC_UploadFile.php");
+require_once("../require.php");
 require_once(DATA_PATH . "include/page_layout.inc");
 
Index: temp/trunk/data/conf/conf.php
===================================================================
--- temp/trunk/data/conf/conf.php	(revision 6139)
+++ temp/trunk/data/conf/conf.php	(revision 6144)
@@ -282,17 +282,17 @@
 
 /* URL */
-define ("URL_SITE_TOP", "/index.php");					// ¥µ¥¤¥È¥È¥Ã¥×
-define ("URL_CART_TOP", "/cart/index.php");				// ¥«¡¼¥È¥È¥Ã¥×
-define ("URL_SHOP_CONFIRM", "/shopping/confirm.php");	// ¹ØÆþ³ÎÇ§¥Ú¡¼¥¸
-define ("URL_SHOP_PAYMENT", "/shopping/payment.php");	// ¤ª»ÙÊ§¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸
-define ("URL_SHOP_TOP", "/shopping/index.php");			// ²ñ°÷¾ðÊóÆþÎÏ
-define ("URL_SHOP_COMPLETE", "/shopping/complete.php");	// ¹ØÆþ´°Î»²èÌÌ
-define ("URL_SHOP_CREDIT", "/shopping/card.php");		// ¥«¡¼¥É·èºÑ²èÌÌ
-define ("URL_SHOP_LOAN", "/shopping/loan.php");			// ¥í¡¼¥ó·èºÑ²èÌÌ
-define ("URL_SHOP_CONVENIENCE", "/shopping/convenience.php");	// ¥³¥ó¥Ó¥Ë·èºÑ²èÌÌ
-define ("URL_PRODUCTS_TOP","/products/top.php");		// ¾¦ÉÊ¥È¥Ã¥×
-define ("LIST_P_HTML", "/products/list-p");				// ¾¦ÉÊ°ìÍ÷(HTML½ÐÎÏ)
-define ("LIST_C_HTML", "/products/list.php?mode=search&category_id=");				// ¾¦ÉÊ°ìÍ÷(HTML½ÐÎÏ)
-define ("DETAIL_P_HTML", "/products/detail.php?product_id=");			// ¾¦ÉÊ¾ÜºÙ(HTML½ÐÎÏ)
+define ("URL_SITE_TOP", URL_DIR . "index.php");					// ¥µ¥¤¥È¥È¥Ã¥×
+define ("URL_CART_TOP", URL_DIR . "cart/index.php");				// ¥«¡¼¥È¥È¥Ã¥×
+define ("URL_SHOP_CONFIRM", URL_DIR . "shopping/confirm.php");	// ¹ØÆþ³ÎÇ§¥Ú¡¼¥¸
+define ("URL_SHOP_PAYMENT", URL_DIR . "shopping/payment.php");	// ¤ª»ÙÊ§¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸
+define ("URL_SHOP_TOP", URL_DIR . "shopping/index.php");			// ²ñ°÷¾ðÊóÆþÎÏ
+define ("URL_SHOP_COMPLETE", URL_DIR . "shopping/complete.php");	// ¹ØÆþ´°Î»²èÌÌ
+define ("URL_SHOP_CREDIT", URL_DIR . "shopping/card.php");		// ¥«¡¼¥É·èºÑ²èÌÌ
+define ("URL_SHOP_LOAN", URL_DIR . "shopping/loan.php");			// ¥í¡¼¥ó·èºÑ²èÌÌ
+define ("URL_SHOP_CONVENIENCE", URL_DIR . "shopping/convenience.php");	// ¥³¥ó¥Ó¥Ë·èºÑ²èÌÌ
+define ("URL_PRODUCTS_TOP", URL_DIR . "products/top.php");		// ¾¦ÉÊ¥È¥Ã¥×
+define ("LIST_P_HTML", URL_DIR . "products/list-p");				// ¾¦ÉÊ°ìÍ÷(HTML½ÐÎÏ)
+define ("LIST_C_HTML", URL_DIR . "products/list.php?mode=search&category_id=");				// ¾¦ÉÊ°ìÍ÷(HTML½ÐÎÏ)
+define ("DETAIL_P_HTML", URL_DIR . "products/detail.php?product_id=");			// ¾¦ÉÊ¾ÜºÙ(HTML½ÐÎÏ)
 
 /*
