mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 18:31:37 +02:00
Add empty TD when icon text is off, for HTML validation
This commit is contained in:
parent
be4fafb48b
commit
cd9bd77b91
@ -138,6 +138,10 @@
|
|||||||
{
|
{
|
||||||
$var['app_titles'] = $app_titles;
|
$var['app_titles'] = $app_titles;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$var['app_titles'] = '<td colspan="'.$max_icons.'"> </td>';
|
||||||
|
}
|
||||||
if(isset($GLOBALS['phpgw_info']['flags']['app_header']))
|
if(isset($GLOBALS['phpgw_info']['flags']['app_header']))
|
||||||
{
|
{
|
||||||
$var['current_app_title'] = $GLOBALS['phpgw_info']['flags']['app_header'];
|
$var['current_app_title'] = $GLOBALS['phpgw_info']['flags']['app_header'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user