Index: temp/trunk/html/cart/index.php
===================================================================
--- temp/trunk/html/cart/index.php	(revision 1328)
+++ temp/trunk/html/cart/index.php	(revision 2189)
@@ -95,7 +95,4 @@
 } 
 
-// ´ðËÜ¾ðÊó¤òÅÏ¤¹
-$objPage->arrInfo = $objSiteInfo->data;
-
 // Á÷ÎÁÌµÎÁ¤Þ¤Ç¤Î¶â³Û¤ò·×»»
 $tpl_deliv_free = $objPage->arrInfo['free_rule'] - $objPage->tpl_total_pretax;
Index: temp/trunk/html/contact/complete.php
===================================================================
--- temp/trunk/html/contact/complete.php	(revision 1328)
+++ temp/trunk/html/contact/complete.php	(revision 2189)
@@ -14,6 +14,4 @@
 $objPage = new LC_Page();
 $objView = new SC_SiteView();
-$objSiteInfo = new SC_SiteInfo();
-$objPage->arrInfo = $objSiteInfo->data;
 
 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
Index: temp/trunk/html/index.php
===================================================================
--- temp/trunk/html/index.php	(revision 2178)
+++ temp/trunk/html/index.php	(revision 2189)
@@ -15,8 +15,4 @@
 $conn = new SC_DBConn();
 
-// ¥µ¥¤¥È¾ðÊó¤ò¼èÆÀ¤¹¤ë
-//$objSiteInfo = new SC_SiteInfo();
-//$objPage->arrSiteInfo = $objSiteInfo->data;
-
 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
 $objPage = sfGetPageLayout($objPage, false, "index.php");
Index: temp/trunk/html/abouts/index.php
===================================================================
--- temp/trunk/html/abouts/index.php	(revision 2185)
+++ temp/trunk/html/abouts/index.php	(revision 2189)
@@ -19,6 +19,4 @@
 $objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT);
 
-$objPage->arrInfo = $arrInfo;
-
 $objView->assignobj($objPage);
 $objView->display(SITE_FRAME);
Index: temp/trunk/html/products/list.php
===================================================================
--- temp/trunk/html/products/list.php	(revision 2081)
+++ temp/trunk/html/products/list.php	(revision 2189)
@@ -32,5 +32,4 @@
 
 $objPage = new LC_Page();
-$objSiteInfo = new SC_SiteInfo();
 $conn = new SC_DBConn();
 
@@ -139,5 +138,4 @@
 $objPage->arrForm = $_POST;
 
-$objPage->arrInfo = $objSiteInfo->data;
 $objPage->category_id = $category_id;
 $objPage->arrSearch = $arrSearch;
@@ -227,7 +225,4 @@
 	}
 
-	// ´ðËÜ¾ðÊó¤òÅÏ¤¹
-	$objPage->arrInfo = $objSiteInfo->data;
-		
 	return $objPage;
 }
Index: temp/trunk/html/products/detail.php
===================================================================
--- temp/trunk/html/products/detail.php	(revision 2103)
+++ temp/trunk/html/products/detail.php	(revision 2189)
@@ -39,5 +39,4 @@
 $objPage = new LC_Page();
 $objView = new SC_SiteView();
-$objSiteInfo = new SC_SiteInfo();
 $objCustomer = new SC_Customer();
 $objQuery = new SC_Query();
@@ -160,6 +159,4 @@
 // ¥Õ¥¡¥¤¥ëÉ½¼¨ÍÑÇÛÎó¤òÅÏ¤¹
 $objPage->arrFile = $objUpFile->getFormFileList(IMAGE_TEMP_URL, IMAGE_SAVE_URL);
-// ´ðËÜ¾ðÊó¤òÅÏ¤¹
-$objPage->arrInfo = $objSiteInfo->data;
 // »ÙÊ§ÊýË¡¤Î¼èÆÀ
 $objPage->arrPayment = lfGetPayment();
