From c6ebdf71930163ae05575c75f18b53ee683d655a Mon Sep 17 00:00:00 2001 From: ceb Date: Sat, 30 Nov 2002 01:56:08 +0000 Subject: [PATCH] updated help system --- help.php | 29 +++++++++++++++++++++++++++++ phpgwapi/templates/default/help.xsl | 8 ++++---- 2 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 help.php diff --git a/help.php b/help.php new file mode 100644 index 0000000000..406de4df26 --- /dev/null +++ b/help.php @@ -0,0 +1,29 @@ + True, + 'currentapp' => 'help' + ); + include('header.inc.php'); + + $GLOBALS['phpgw']->help = CreateObject('phpgwapi.help_helper'); + + $GLOBALS['phpgw']->hooks->process('help',array('help')); + + $GLOBALS['phpgw']->xslttpl->set_var('phpgw',$GLOBALS['phpgw']->help->output); +?> diff --git a/phpgwapi/templates/default/help.xsl b/phpgwapi/templates/default/help.xsl index 0c41df086d..cbff945a67 100644 --- a/phpgwapi/templates/default/help.xsl +++ b/phpgwapi/templates/default/help.xsl @@ -5,13 +5,13 @@ - - -
+ + + -
+