Index: temp/trunk/html/index.php
===================================================================
--- temp/trunk/html/index.php	(revision 2177)
+++ temp/trunk/html/index.php	(revision 2178)
@@ -16,6 +16,6 @@
 
 // ¥µ¥¤¥È¾ðÊó¤ò¼èÆÀ¤¹¤ë
-$objSiteInfo = new SC_SiteInfo();
-$objPage->arrSiteInfo = $objSiteInfo->data;
+//$objSiteInfo = new SC_SiteInfo();
+//$objPage->arrSiteInfo = $objSiteInfo->data;
 
 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
Index: temp/trunk/data/class/SC_View.php
===================================================================
--- temp/trunk/data/class/SC_View.php	(revision 2177)
+++ temp/trunk/data/class/SC_View.php	(revision 2178)
@@ -65,4 +65,9 @@
 		
 		// ¥µ¥¤¥È¾ðÊó¤ò³ä¤êÅö¤Æ¤ë
+		$objSiteInfo = new SC_SiteInfo();
+		$arrSiteInfo = $objSiteInfo->data;
+		foreach ($arrSiteInfo as $key => $value){
+			$this->_smarty->assign($key, $value);
+		}
 		
   	}
