[evolvis-commits] r6555: merge bm:taramir/patches/theme-evolvis

mirabilos at evolvis.org mirabilos at evolvis.org
Tue Apr 20 17:20:09 CEST 2010


Author: mirabilos
Date: 2010-04-20 17:20:09 +0200 (Tue, 20 Apr 2010)
New Revision: 6555

Modified:
   trunk/gforge_base/evolvisforge/gforge/www/themes/evolvis/Theme.class.php
Log:
merge bm:taramir/patches/theme-evolvis

Modified: trunk/gforge_base/evolvisforge/gforge/www/themes/evolvis/Theme.class.php
===================================================================
--- trunk/gforge_base/evolvisforge/gforge/www/themes/evolvis/Theme.class.php	2010-04-20 15:20:04 UTC (rev 6554)
+++ trunk/gforge_base/evolvisforge/gforge/www/themes/evolvis/Theme.class.php	2010-04-20 15:20:09 UTC (rev 6555)
@@ -156,7 +156,8 @@
 		global $sys_name,$tabcount,$right_navarr,$group_id;
 		$site_fonts=' sans-serif';
 		$this->SITE_FONTS=$site_fonts;
-		$params['title']=(!$params['title'])?$sys_name:$sys_name.': '.$params['title'];
+		$params['title'] = isset($params['title']) && $params['title'] ?
+		    $sys_name . ': ' . $params['title'] : $sys_name;
 
 		$tpl_input['param_title']	= $params['title'];
 		$tpl_input['lang_encoding']	= 'utf-8';




More information about the evolvis-commits mailing list