[evolvis-commits] r7994: applied part 1 of Ryan' s patch # 87↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 15:54:48 CET 2011


Author: mirabilos
Date: 2011-02-24 15:54:48 +0100 (Thu, 24 Feb 2011)
New Revision: 7994

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/include/Layout.class
Log:
applied part 1 of Ryan's patch # 87


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/include/Layout.class
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/include/Layout.class	2011-02-24 14:54:48 UTC (rev 7993)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/include/Layout.class	2011-02-24 14:54:48 UTC (rev 7994)
@@ -105,9 +105,9 @@
 		global $Language;
 
 		if (!$params['title']) {
-			$params['title'] = "GForge";
+			$params['title'] =  $GLOBALS['sys_name'];
 		} else {
-			$params['title'] = "GForge: " . $params['title'];
+			$params['title'] =  $GLOBALS['sys_name'] . ":" . $params['title'];
 		}
 		?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">



More information about the evolvis-commits mailing list