mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
fixed old and hardcoded image call
This commit is contained in:
parent
8dc102aa50
commit
d91f1f5b50
@ -63,7 +63,8 @@
|
|||||||
'tertiary' => $GLOBALS['phpgw_info']['theme']['navbar_bg'],
|
'tertiary' => $GLOBALS['phpgw_info']['theme']['navbar_bg'],
|
||||||
'width' => '100%',
|
'width' => '100%',
|
||||||
'outerborderwidth' => '0',
|
'outerborderwidth' => '0',
|
||||||
'header_background_image' => $GLOBALS['phpgw']->common->image('phpgwapi/templates/default','bg_filler')
|
'header_background_image' =>
|
||||||
|
$GLOBALS['phpgw']->common->image('phpgwapi', 'bg_filler', 'png', False)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user