[Mapbender-commits] r3577 - trunk/mapbender/http

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Feb 18 12:41:07 EST 2009


Author: christoph
Date: 2009-02-18 12:41:07 -0500 (Wed, 18 Feb 2009)
New Revision: 3577

Modified:
   trunk/mapbender/http/index.php
Log:
changed release date display

Modified: trunk/mapbender/http/index.php
===================================================================
--- trunk/mapbender/http/index.php	2009-02-18 17:40:12 UTC (rev 3576)
+++ trunk/mapbender/http/index.php	2009-02-18 17:41:07 UTC (rev 3577)
@@ -111,7 +111,7 @@
 		
 			<div class="mapbender_welcome">Welcome to <font align="left" color="#000000">Ma</font><font color="#0000CE">p</font><font color="#C00000">b</font><font color="#000000">ender</font></div>
 		
-		<font color="#ff0000">Mapbender Version <?php echo MB_VERSION_NUMBER." ".MB_VERSION_APPENDIX?> (<?php echo date("d-m-Y",MB_RELEASE_DATE);?>)</font>
+		<font color="#ff0000">Mapbender Version <?php echo MB_VERSION_NUMBER." ".MB_VERSION_APPENDIX?> (<?php echo date("F jS, Y",MB_RELEASE_DATE);?>)</font>
 		</td></tr>
 	</table>
 <br>



More information about the Mapbender_commits mailing list