Index: temp/trunk/data/class/SC_View.php
===================================================================
--- temp/trunk/data/class/SC_View.php	(revision 2811)
+++ temp/trunk/data/class/SC_View.php	(revision 2812)
@@ -6,5 +6,5 @@
 	
     var $_smarty;
-	var $arrInfo;	// ¥µ¥¤¥È¾ðÊó
+	var $objSiteInfo; // ¥µ¥¤¥È¾ðÊó
 	
     // ¥³¥ó¥¹¥È¥é¥¯¥¿
@@ -42,6 +42,6 @@
 		if($siteinfo) {
 			if(!defined('LOAD_SITEINFO')) {
-				$objSiteInfo = new SC_SiteInfo();
-				$arrInfo['arrSiteInfo'] = $objSiteInfo->data;
+				$this->objSiteInfo = new SC_SiteInfo();
+				$arrInfo['arrSiteInfo'] = $this->objSiteInfo->data;
 				
 				// ÅÔÆ»ÉÜ¸©Ì¾¤òÊÑ´¹
