From 47797714abd9fc1ce0b2d623d80afc5445bb9cfa Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 20 Aug 2003 21:06:51 +0000 Subject: - Updated the tracker module to the new help system scheme. --- modules/tracker/tracker.module | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'modules/tracker') diff --git a/modules/tracker/tracker.module b/modules/tracker/tracker.module index c58637ba6..26fc8674a 100644 --- a/modules/tracker/tracker.module +++ b/modules/tracker/tracker.module @@ -1,9 +1,12 @@ The tracker module is a handy module for displaying the most recent posts. By following the view recent posts link in the user block, a user may quickly review all recent postings.

"; - return $output; +function tracker_help($section = "admin/tracker/help") { + + switch ($section) { + case "admin/tracker/help": + return t("

The tracker module is a handy module for displaying the most recent posts. By following the view recent posts link in the user block, a user may quickly review all recent postings.

"); + } } function tracker_system($field) { -- cgit v1.2.3