Index: temp/trunk/data/class/SC_View.php
===================================================================
--- temp/trunk/data/class/SC_View.php	(revision 2182)
+++ temp/trunk/data/class/SC_View.php	(revision 2183)
@@ -68,5 +68,5 @@
 		$objSiteInfo = new SC_SiteInfo();
 		$SiteInfo['arrSiteInfo'] = $objSiteInfo->data;
-		foreach ($arrSiteInfo as $key => $value){
+		foreach ($SiteInfo as $key => $value){
 			$this->_smarty->assign($key, $value);
 		}
