forked from extern/egroupware
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'],
|
||||
'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)
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user