Index: temp/test-xoops.ec-cube.net/data/class/SC_View.php
===================================================================
--- temp/test-xoops.ec-cube.net/data/class/SC_View.php	(revision 1176)
+++ temp/test-xoops.ec-cube.net/data/class/SC_View.php	(revision 1178)
@@ -51,23 +51,4 @@
 		if(ADMIN_MODE == '1') {		
 			$this->time_start = time();
-		}
-
-		// ¥µ¥¤¥È¾ðÊó¤ò¼èÆÀ¤¹¤ë
-		if($siteinfo) {
-			if(!defined('LOAD_SITEINFO')) {
-				$this->objSiteInfo = new SC_SiteInfo();
-				$arrInfo['arrSiteInfo'] = $this->objSiteInfo->data;
-				
-				// ÅÔÆ»ÉÜ¸©Ì¾¤òÊÑ´¹
-				global $arrPref;
-				$arrInfo['arrSiteInfo']['pref'] = $arrPref[$arrInfo['arrSiteInfo']['pref']];
-				
-	 			// ¥µ¥¤¥È¾ðÊó¤ò³ä¤êÅö¤Æ¤ë
-				foreach ($arrInfo as $key => $value){
-					$this->_smarty->assign($key, $value);
-				}
-				
-				define('LOAD_SITEINFO', 1);
-			}
 		}
 	}
