fixed old and hardcoded image call

This commit is contained in:
Lars Kneschke 2003-09-28 12:36:41 +00:00
parent 8dc102aa50
commit d91f1f5b50

View File

@ -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)
)
);