set_file(Array('manual' => 'index.tpl')); $template->set_var('title_help', lang('Help')); $template->set_var('lang_help', lang('Help')); $template->set_var('template_set', $GLOBALS['phpgw_info']['user']['preferences']['common']['template_set']); $template->set_var('lang', $GLOBALS['phpgw_info']['user']['preferences']['common']['lang']); $template->set_block('manual','help'); $template->pfp('out', 'manual'); } } ?>