Index: temp/trunk/data/class/SC_View.php
===================================================================
--- temp/trunk/data/class/SC_View.php	(revision 2264)
+++ temp/trunk/data/class/SC_View.php	(revision 2270)
@@ -9,5 +9,5 @@
 	
     // ¥³¥ó¥¹¥È¥é¥¯¥¿
-    function SC_View() {
+    function SC_View($siteinfo = true) {
 		global $SC_VIEW_PHP_DIR;
 
@@ -38,13 +38,4 @@
 			$this->time_start = time();
 		}
-
-		// ¥µ¥¤¥È¾ðÊó¤ò³ä¤êÅö¤Æ¤ë
-		$objSiteInfo = new SC_SiteInfo();
-		$this->arrInfo['arrSiteInfo'] = $objSiteInfo->data;
-
-		// ÅÔÆ»ÉÜ¸©Ì¾¤òÊÑ´¹
-		global $arrPref;
-		$this->arrInfo['arrSiteInfo']['pref'] = $arrPref[$arrInfo['arrSiteInfo']['pref']];
-		
 	}
     
@@ -81,7 +72,9 @@
 			$this->_smarty->assign($key, $value);
 		}
+		
+
 		if($siteinfo) {
 			if(!defined('LOAD_SITEINFO')) {
-	 			// ¥µ¥¤¥È¾ðÊó¤ò³ä¤êÅö¤Æ¤ë
+	 			// ¥µ¥¤¥È¾ðÊó¤ò¼èÆÀ¤¹¤ë
 				$objSiteInfo = new SC_SiteInfo();
 				$arrInfo['arrSiteInfo'] = $objSiteInfo->data;
@@ -91,7 +84,9 @@
 				$arrInfo['arrSiteInfo']['pref'] = $arrPref[$arrInfo['arrSiteInfo']['pref']];
 				
+	 			// ¥µ¥¤¥È¾ðÊó¤ò³ä¤êÅö¤Æ¤ë
 				foreach ($arrInfo as $key => $value){
 					$this->_smarty->assign($key, $value);
 				}
+				
 				define('LOAD_SITEINFO', 1);
 			}
