mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +01:00
Remove spare A
This commit is contained in:
parent
0e39edee33
commit
c9ad979469
@ -131,7 +131,7 @@
|
||||
$tpl = CreateObject('phpgwapi.Template',PHPGW_TEMPLATE_DIR);
|
||||
$tpl->set_unknowns('remove');
|
||||
|
||||
$templates = Aarray('footer' => 'footer.tpl');
|
||||
$templates = array('footer' => 'footer.tpl');
|
||||
$tpl->set_file($templates);
|
||||
$tpl->set_var('img_root',PHPGW_IMAGES_DIR);
|
||||
$tpl->set_var('table_bg_color',$phpgw_info['theme']['navbar_bg']);
|
||||
|
Loading…
Reference in New Issue
Block a user