Index: /temp/trunk/data/class/SC_View.php
===================================================================
--- /temp/trunk/data/class/SC_View.php	(revision 2240)
+++ /temp/trunk/data/class/SC_View.php	(revision 2242)
@@ -75,9 +75,8 @@
 			global $arrPref;
 			$arrInfo['arrSiteInfo']['pref'] = $arrPref[$arrInfo['arrSiteInfo']['pref']];
-		}
-		
-		foreach ($arrInfo as $key => $value){
+			
+			foreach ($arrInfo as $key => $value){
 			$this->_smarty->assign($key, $value);
-		}
+		}		
   	}
   	
