update help system

This commit is contained in:
ceb 2002-12-16 01:48:16 +00:00
parent f74cd4393f
commit 688aee7a14

View File

@ -23,7 +23,7 @@
$GLOBALS['phpgw']->help = CreateObject('phpgwapi.help_helper');
$GLOBALS['phpgw']->hooks->process('help',array('help'));
$GLOBALS['phpgw']->hooks->process('help',array('manual'));
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',$GLOBALS['phpgw']->help->output);
?>