[Mapbender-commits] r3572 - trunk/mapbender/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Feb 18 12:33:40 EST 2009


Author: christoph
Date: 2009-02-18 12:33:40 -0500 (Wed, 18 Feb 2009)
New Revision: 3572

Modified:
   trunk/mapbender/http/classes/class_element.php
Log:
always display the default splash screen

Modified: trunk/mapbender/http/classes/class_element.php
===================================================================
--- trunk/mapbender/http/classes/class_element.php	2009-02-18 17:32:34 UTC (rev 3571)
+++ trunk/mapbender/http/classes/class_element.php	2009-02-18 17:33:40 UTC (rev 3572)
@@ -202,14 +202,13 @@
 						$splashScreen .= ob_get_contents();
 						ob_end_clean();
 					}
-				}
-				else {
-					$splashScreen .= "<img src='../img/indicator_wheel.gif'>&nbsp;" . 
-						"<b>Ma<font color='#0000CE'>p</font><font color='#C00000'>b</font>ender " . 
-						MB_VERSION_NUMBER . " " . strtolower(MB_VERSION_APPENDIX) . "</b>..." .
-						"loading application '" . $this->guiId . "'";
-				}
-	
+					else {
+						$splashScreen .= "<img src='../img/indicator_wheel.gif'>&nbsp;" . 
+							"<b>Ma<font color='#0000CE'>p</font><font color='#C00000'>b</font>ender " . 
+							MB_VERSION_NUMBER . " " . strtolower(MB_VERSION_APPENDIX) . "</b>..." .
+							"loading application '" . $this->guiId . "'";
+					}
+				}	
 				$openTag .= "<div id='loading_mapbender' " .
 								"style='margin:0px;padding:0px;width:100%;height:100%;'>" . 
 								$splashScreen . "</div>" . 



More information about the Mapbender_commits mailing list