Index: temp/trunk/data/update/products/detail.php
===================================================================
--- temp/trunk/data/update/products/detail.php	(revision 6389)
+++ temp/trunk/data/update/products/detail.php	(revision 6390)
@@ -8,19 +8,4 @@
 require_once("../require.php");
 require_once(DATA_PATH . "include/page_layout.inc");
-
-class UC_Page {
-	function UC_Page() {
-		/** É¬¤º»ØÄê¤¹¤ë **/
-		global $arrSTATUS;
-		$this->arrSTATUS = $arrSTATUS;
-		global $arrSTATUS_IMAGE;
-		$this->arrSTATUS_IMAGE = $arrSTATUS_IMAGE;
-		global $arrDELIVERYDATE;
-		$this->arrDELIVERYDATE = $arrDELIVERYDATE;
-		global $arrRECOMMEND;
-		$this->arrRECOMMEND = $arrRECOMMEND;
-		session_cache_limiter('private-no-expire');
-	}
-}
 
 ufDetailPHP();
@@ -35,5 +20,5 @@
 	global $objFormParam;
 	
-	$objPage = new UC_Page();
+	$objPage = new LC_Page();
 	$objView = new SC_SiteView();
 	$objCustomer = new SC_Customer();
Index: temp/trunk/data/conf/conf.php
===================================================================
--- temp/trunk/data/conf/conf.php	(revision 6356)
+++ temp/trunk/data/conf/conf.php	(revision 6390)
@@ -364,9 +364,9 @@
 
 // ¾¦ÉÊÅÐÏ¿-¥¹¥Æ¡¼¥¿¥¹²èÁü
-$arrSTATUS_IMAGE[1] = URL_DIR . "/img/right_product/icon01.gif";
-$arrSTATUS_IMAGE[2] = URL_DIR . "/img/right_product/icon02.gif";
-$arrSTATUS_IMAGE[3] = URL_DIR . "/img/right_product/icon03.gif";
-$arrSTATUS_IMAGE[4] = URL_DIR . "/img/right_product/icon04.gif";
-$arrSTATUS_IMAGE[5] = URL_DIR . "/img/right_product/icon05.gif";
+$arrSTATUS_IMAGE[1] = URL_DIR . "img/right_product/icon01.gif";
+$arrSTATUS_IMAGE[2] = URL_DIR . "img/right_product/icon02.gif";
+$arrSTATUS_IMAGE[3] = URL_DIR . "img/right_product/icon03.gif";
+$arrSTATUS_IMAGE[4] = URL_DIR . "img/right_product/icon04.gif";
+$arrSTATUS_IMAGE[5] = URL_DIR . "img/right_product/icon05.gif";
 
 // ÆþÎÏµö²Ä¤¹¤ë¥¿¥°
