fix from phpgroupware

This commit is contained in:
Lars Kneschke 2003-09-15 16:15:53 +00:00
parent a9dc0b22ee
commit 7090b45728

View File

@ -45,7 +45,7 @@
'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($GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi'),'bg_filler')
) )
); );
$app_id = $GLOBALS['phpgw']->applications->name2id('addressbook'); $app_id = $GLOBALS['phpgw']->applications->name2id('addressbook');