Index: temp/trunk/html/abouts/index.php
===================================================================
--- temp/trunk/html/abouts/index.php	(revision 1328)
+++ temp/trunk/html/abouts/index.php	(revision 2185)
@@ -19,12 +19,4 @@
 $objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT);
 
-// ¥µ¥¤¥È¾ðÊó¤ò¼èÆÀ
-$objSiteInfo = new SC_SiteInfo();
-$arrInfo = $objSiteInfo->data;
-
-// ÅÔÆ»ÉÜ¸©Ì¾¤òÊÑ´¹
-global $arrPref;
-$arrInfo['pref'] = $arrPref[$arrInfo['pref']];
-
 $objPage->arrInfo = $arrInfo;
 
Index: temp/trunk/html/regist/complete.php
===================================================================
--- temp/trunk/html/regist/complete.php	(revision 1328)
+++ temp/trunk/html/regist/complete.php	(revision 2185)
@@ -13,6 +13,4 @@
 $objPage = new LC_Page();
 $objView = new SC_SiteView();
-$objSiteInfo = new SC_SiteInfo();
-$objPage->arrInfo = $objSiteInfo->data;
 
 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
Index: temp/trunk/data/class/SC_View.php
===================================================================
--- temp/trunk/data/class/SC_View.php	(revision 2183)
+++ temp/trunk/data/class/SC_View.php	(revision 2185)
@@ -67,6 +67,11 @@
 		// ¥µ¥¤¥È¾ðÊó¤ò³ä¤êÅö¤Æ¤ë
 		$objSiteInfo = new SC_SiteInfo();
-		$SiteInfo['arrSiteInfo'] = $objSiteInfo->data;
-		foreach ($SiteInfo as $key => $value){
+		$arrInfo['arrSiteInfo'] = $objSiteInfo->data;
+		
+		// ÅÔÆ»ÉÜ¸©Ì¾¤òÊÑ´¹
+		global $arrPref;
+		$arrInfo['arrSiteInfo']['pref'] = $arrPref[$arrInfo['arrSiteInfo']['pref']];
+		
+		foreach ($arrInfo as $key => $value){
 			$this->_smarty->assign($key, $value);
 		}
