mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Don't display empty parentheses in title when there is no domain.
This commit is contained in:
parent
f72c555a80
commit
28e6333990
@ -406,7 +406,7 @@
|
|||||||
'T_footer' => 'footer.tpl',
|
'T_footer' => 'footer.tpl',
|
||||||
));
|
));
|
||||||
$ConfigDomain = get_var('ConfigDomain',Array('POST','COOKIE'));
|
$ConfigDomain = get_var('ConfigDomain',Array('POST','COOKIE'));
|
||||||
$GLOBALS['phpgw_setup']->html->show_header(lang('Checking the eGroupWare Installation'),False,'config',$ConfigDomain . '(' . @$phpgw_domain[$ConfigDomain]['db_type'] . ')');
|
$GLOBALS['phpgw_setup']->html->show_header(lang('Checking the eGroupWare Installation'),False,'config',$ConfigDomain ? $ConfigDomain . '(' . @$phpgw_domain[$ConfigDomain]['db_type'] . ')' : '');
|
||||||
echo '<h1>'.lang('Checking the eGroupWare Installation')."</h1>\n";
|
echo '<h1>'.lang('Checking the eGroupWare Installation')."</h1>\n";
|
||||||
echo "<pre style=\"text-align: left;\">\n";;
|
echo "<pre style=\"text-align: left;\">\n";;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user