summaryrefslogtreecommitdiff
path: root/modules/tracker
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tracker')
-rw-r--r--modules/tracker/tracker.module9
1 files changed, 6 insertions, 3 deletions
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 @@
<?php
// $Id$
-function tracker_help() {
- $output .= "<p>The tracker module is a handy module for displaying the most recent posts. By following the <i>view recent posts</i> link in the user block, a user may quickly review all recent postings.</p>";
- return $output;
+function tracker_help($section = "admin/tracker/help") {
+
+ switch ($section) {
+ case "admin/tracker/help":
+ return t("<p>The tracker module is a handy module for displaying the most recent posts. By following the <i>view recent posts</i> link in the user block, a user may quickly review all recent postings.</p>");
+ }
}
function tracker_system($field) {