diff options
Diffstat (limited to 'modules/help.module')
-rw-r--r-- | modules/help.module | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/help.module b/modules/help.module index 4f11236f1..423ac662c 100644 --- a/modules/help.module +++ b/modules/help.module @@ -1,6 +1,11 @@ <?php // $Id$ +function help_system($field){ + $system["description"] = t("Manages displaying online help."); + return $system[$field]; +} + function help_link($type) { if ($type == "admin") { $links[] = la(t("help"), array("mod" => "help")); |