Index: temp/trunk/html/entry/complete.php
===================================================================
--- temp/trunk/html/entry/complete.php	(revision 1328)
+++ temp/trunk/html/entry/complete.php	(revision 2192)
@@ -13,8 +13,4 @@
 $objView = new SC_SiteView();
 
-// ¥µ¥¤¥È¾ðÊó¤ò¼èÆÀ
-$objSiteInfo = new SC_SiteInfo();
-$arrInfo = $objSiteInfo->data;
-$objPage->arrInfo = $arrInfo;
 
 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
Index: temp/trunk/html/shopping/deliv.php
===================================================================
--- temp/trunk/html/shopping/deliv.php	(revision 1328)
+++ temp/trunk/html/shopping/deliv.php	(revision 2192)
@@ -27,5 +27,4 @@
 $objSiteSess = new SC_SiteSession();
 $objCartSess = new SC_CartSession();
-$objSiteInfo = new SC_SiteInfo();
 $objCustomer = new SC_Customer();
 // ¥¯¥Ã¥­¡¼´ÉÍý¥¯¥é¥¹
Index: temp/trunk/html/mypage/history.php
===================================================================
--- temp/trunk/html/mypage/history.php	(revision 1328)
+++ temp/trunk/html/mypage/history.php	(revision 2192)
@@ -39,17 +39,10 @@
 	$arrRet = sfGetDelivTime($objPage->arrDisp['payment_id']);
 	$objPage->arrDelivTime = sfArrKeyValue($arrRet, 'time_id', 'time');
-	$objSiteInfo = new SC_SiteInfo();
-	$arrInfo = $objSiteInfo->data;
-	// ´ðËÜ¾ðÊó¤òÅÏ¤¹
-	$objPage->arrInfo = $arrInfo;
-	
+
 	//¥Þ¥¤¥Ú¡¼¥¸¥È¥Ã¥×¸ÜµÒ¾ðÊóÉ½¼¨ÍÑ
 	$objPage->CustomerName1 = $objCustomer->getvalue('name01');
 	$objPage->CustomerName2 = $objCustomer->getvalue('name02');
 	$objPage->CustomerPoint = $objCustomer->getvalue('point');
-	
 }
-
-
 
 $objView->assignobj($objPage);
Index: temp/trunk/html/mypage/reading.php
===================================================================
--- temp/trunk/html/mypage/reading.php	(revision 1328)
+++ temp/trunk/html/mypage/reading.php	(revision 2192)
@@ -18,5 +18,4 @@
 $objView = new SC_SiteView();
 $objCustomer = new SC_Customer();
-$objSiteInfo = new SC_SiteInfo();
 
 //¥í¥°¥¤¥óÈ½Äê
@@ -27,7 +26,4 @@
 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
 $objPage = sfGetPageLayout($objPage, false, "mypage/index.php");
-
-// ´ðËÜ¾ðÊó¤Î¼èÆÀ
-$objPage->arrInfo = $objSiteInfo->data;
 
 //ÍúÎò¤Îºï½ü
Index: temp/trunk/html/mypage/refusal_complete.php
===================================================================
--- temp/trunk/html/mypage/refusal_complete.php	(revision 1328)
+++ temp/trunk/html/mypage/refusal_complete.php	(revision 2192)
@@ -23,9 +23,4 @@
 $objPage->CustomerPoint = $objCustomer->getvalue('point');
 
-// ¥µ¥¤¥È¾ðÊó¤ò¼èÆÀ
-$objSiteInfo = new SC_SiteInfo();
-$arrInfo = $objSiteInfo->data;
-$objPage->arrInfo = $arrInfo;
-
 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
 $objPage = sfGetPageLayout($objPage, false, "mypage/index.php");
