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);
 		}
