Index: temp/trunk/html/contact/index.php
===================================================================
--- temp/trunk/html/contact/index.php	(revision 1328)
+++ temp/trunk/html/contact/index.php	(revision 2812)
@@ -160,5 +160,5 @@
 	
 	$objMailText = new SC_SiteView();
-	$objSiteInfo = new SC_SiteInfo();
+	$objSiteInfo = $objView->objSiteInfo;
 	$arrInfo = $objSiteInfo->data;
 	$objPage->tpl_shopname=$arrInfo['shop_name'];
Index: temp/trunk/html/cart/index.php
===================================================================
--- temp/trunk/html/cart/index.php	(revision 2328)
+++ temp/trunk/html/cart/index.php	(revision 2812)
@@ -23,5 +23,5 @@
 $objCartSess = new SC_CartSession();
 $objSiteSess = new SC_SiteSession();
-$objSiteInfo = new SC_SiteInfo();
+$objSiteInfo = $objView->objSiteInfo;
 $objCustomer = new SC_Customer();
 // ´ðËÜ¾ðÊó¤Î¼èÆÀ
Index: temp/trunk/html/regist/index.php
===================================================================
--- temp/trunk/html/regist/index.php	(revision 1328)
+++ temp/trunk/html/regist/index.php	(revision 2812)
@@ -18,5 +18,5 @@
 $objPage = new LC_Page();
 $objView = new SC_SiteView();
-$objSiteInfo = new SC_SiteInfo();
+$objSiteInfo = $objView->objSiteInfo;
 $objCustomer = new SC_Customer();
 $CONF = sf_getBasisData();
Index: temp/trunk/html/frontparts/bloc/best5.php
===================================================================
--- temp/trunk/html/frontparts/bloc/best5.php	(revision 1328)
+++ temp/trunk/html/frontparts/bloc/best5.php	(revision 2812)
@@ -10,5 +10,5 @@
 $objSubPage = new LC_Best5Page();
 $objSubView = new SC_SiteView();
-$objSiteInfo = new SC_SiteInfo();
+$objSiteInfo = $objView->objSiteInfo;
 
 // ´ðËÜ¾ðÊó¤òÅÏ¤¹
Index: temp/trunk/html/frontparts/bloc/cart.php
===================================================================
--- temp/trunk/html/frontparts/bloc/cart.php	(revision 2573)
+++ temp/trunk/html/frontparts/bloc/cart.php	(revision 2812)
@@ -11,5 +11,5 @@
 $objSubView = new SC_SiteView();
 $objCart = new SC_CartSession();
-$objSiteInfo = new SC_SiteInfo();
+$objSiteInfo = $objView->objSiteInfo;
 
 if (count($_SESSION[$objCart->key]) > 0){
Index: temp/trunk/html/shopping/convenience.php
===================================================================
--- temp/trunk/html/shopping/convenience.php	(revision 1328)
+++ temp/trunk/html/shopping/convenience.php	(revision 2812)
@@ -22,5 +22,5 @@
 $objSiteSess = new SC_SiteSession;
 $objCartSess = new SC_CartSession;
-$objSiteInfo = new SC_SiteInfo;
+$objSiteInfo = $objView->objSiteInfo;
 $objCustomer = new SC_Customer;
 
Index: temp/trunk/html/shopping/confirm.php
===================================================================
--- temp/trunk/html/shopping/confirm.php	(revision 2545)
+++ temp/trunk/html/shopping/confirm.php	(revision 2812)
@@ -32,5 +32,5 @@
 $objView = new SC_SiteView();
 $objCartSess = new SC_CartSession();
-$objSiteInfo = new SC_SiteInfo();
+$objSiteInfo = $objView->objSiteInfo;
 $objSiteSess = new SC_SiteSession();
 $objCustomer = new SC_Customer();
Index: temp/trunk/html/shopping/payment.php
===================================================================
--- temp/trunk/html/shopping/payment.php	(revision 2288)
+++ temp/trunk/html/shopping/payment.php	(revision 2812)
@@ -25,5 +25,5 @@
 $objCartSess = new SC_CartSession();
 $objCustomer = new SC_Customer();
-$objSiteInfo = new SC_SiteInfo();
+$objSiteInfo = $objView->objSiteInfo;
 $arrInfo = $objSiteInfo->data;
 
Index: temp/trunk/html/shopping/loan_cancel.php
===================================================================
--- temp/trunk/html/shopping/loan_cancel.php	(revision 1328)
+++ temp/trunk/html/shopping/loan_cancel.php	(revision 2812)
@@ -37,5 +37,5 @@
 $objCartSess = new SC_CartSession();
 $objCustomer = new SC_Customer();
-$objSiteInfo = new SC_SiteInfo();
+$objSiteInfo = $objView->objSiteInfo;
 $arrInfo = $objSiteInfo->data;
 
Index: temp/trunk/html/shopping/complete.php
===================================================================
--- temp/trunk/html/shopping/complete.php	(revision 2545)
+++ temp/trunk/html/shopping/complete.php	(revision 2812)
@@ -33,5 +33,5 @@
 $objSiteSess = new SC_SiteSession();
 $objCartSess = new SC_CartSession();
-$objSiteInfo = new SC_SiteInfo();
+$objSiteInfo = $objView->objSiteInfo;
 $arrInfo = $objSiteInfo->data;
 $objCustomer = new SC_Customer();
Index: temp/trunk/html/shopping/card.php
===================================================================
--- temp/trunk/html/shopping/card.php	(revision 1328)
+++ temp/trunk/html/shopping/card.php	(revision 2812)
@@ -34,5 +34,5 @@
 $objSiteSess = new SC_SiteSession();
 $objCartSess = new SC_CartSession();
-$objSiteInfo = new SC_SiteInfo();
+$objSiteInfo = $objView->objSiteInfo;
 $arrInfo = $objSiteInfo->data;
 
Index: temp/trunk/html/shopping/loan.php
===================================================================
--- temp/trunk/html/shopping/loan.php	(revision 1328)
+++ temp/trunk/html/shopping/loan.php	(revision 2812)
@@ -36,5 +36,5 @@
 $objCartSess = new SC_CartSession();
 $objCustomer = new SC_Customer();
-$objSiteInfo = new SC_SiteInfo();
+$objSiteInfo = $objView->objSiteInfo;
 $arrInfo = $objSiteInfo->data;
 
