set_unknowns('remove'); $tpl->set_file(array('head' => 'head.tpl')); $tpl->set_var('charset',lang('charset')); $tpl->set_var('font_family',$phpgw_info['theme']['font']); $tpl->set_var('website_title',$phpgw_info['server']['site_title']); $tpl->set_var('body_tags',$bodyheader); $tpl->set_var('css_link',$phpgw_info['theme']['link']); $tpl->set_var('css_alink',$phpgw_info['theme']['alink']); $tpl->set_var('css_vlink',$phpgw_info['theme']['vlink']); $tpl->set_var('css_hovlink',$csshover); $tpl->pfp('out','head'); unset($tpl); ?>