mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 11:19:50 +02:00
fixed old and hardcoded image call
This commit is contained in:
@@ -63,7 +63,8 @@
|
||||
'tertiary' => $GLOBALS['phpgw_info']['theme']['navbar_bg'],
|
||||
'width' => '100%',
|
||||
'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)
|
||||
)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user