help.php File Reference

Online help. More...

Go to the source code of this file.

Functions

 show_help ()
 Show the online help.


Detailed Description

Online help.

Definition in file help.php.


Function Documentation

show_help (  ) 

Show the online help.

Parameters:
$_GET['topic'] -- help topic to be displayed

Definition at line 19 of file help.php.

References smarty_init().

00019                      {
00020         $smarty =& smarty_init();
00021 
00022         #$smarty->display('header.tpl');
00023         $smarty->assign('topic', $_GET['topic']);
00024         $smarty->display('help.tpl');
00025         #$smarty->display('footer.tpl');
00026 }

Here is the call graph for this function:


Generated on Fri Jul 14 17:38:57 2006 for semapp by  doxygen 1.4.7