svn commit: r816 - trunk/mapbender/http/frames/index.php

arnulf at osgeo.org arnulf at osgeo.org
Sun Nov 12 05:17:42 EST 2006


Author: arnulf
Date: 2006-11-12 10:17:41+0000
New Revision: 816

Modified:
   trunk/mapbender/http/frames/index.php

Log:
moved 'MB' from front of title to the back as 'Mapbender'

Modified: trunk/mapbender/http/frames/index.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/frames/index.php?view=diff&rev=816&p1=trunk/mapbender/http/frames/index.php&p2=trunk/mapbender/http/frames/index.php&r1=815&r2=816
==============================================================================
--- trunk/mapbender/http/frames/index.php	(original)
+++ trunk/mapbender/http/frames/index.php	2006-11-12 10:17:41+0000
@@ -44,7 +44,7 @@
 <?php
 echo '<meta http-equiv="Content-Type" content="text/html; charset='.CHARSET.'">';	
 ?>
-<title>MB2 - <?php  echo  $_REQUEST["gui_id"];?></title>
+<title><?php  echo  $_REQUEST["gui_id"];?> - presented by Mapbender</title>
 <?php
 $sql = "SELECT * FROM gui_element_vars WHERE fkey_e_id = 'body' AND fkey_gui_id = $1 and var_type='file/css'";
 $v = array($_REQUEST["gui_id"]);




More information about the Mapbender_commits mailing list