Go to the source code of this file.
Functions | |
| show_help () | |
| Show the online help. | |
Definition in file help.php.
| show_help | ( | ) |
Show the online help.
| $_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:

1.4.7