diff options
-rw-r--r-- | modules/tracker.module | 5 | ||||
-rw-r--r-- | modules/tracker/tracker.module | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/modules/tracker.module b/modules/tracker.module index 27e1579be..5f2a9fcc6 100644 --- a/modules/tracker.module +++ b/modules/tracker.module @@ -1,6 +1,11 @@ <?php // $Id$ +function tracker_help() { + $output .= "The tracker module is a handy module for displaying the most recent comments happenning all over your web site. By following the <i>view new comments</i> link in the user block, a user may quickly review all recent comments. When a user first arrives at the main tracker page, she sees all recent comments in reverse chronological order, grouped by post. In addition, a self-centered user may choose to display only his own comments.</p>"; + return $output; +} + function tracker_link($type) { if ($type == "menu.view") { diff --git a/modules/tracker/tracker.module b/modules/tracker/tracker.module index 27e1579be..5f2a9fcc6 100644 --- a/modules/tracker/tracker.module +++ b/modules/tracker/tracker.module @@ -1,6 +1,11 @@ <?php // $Id$ +function tracker_help() { + $output .= "The tracker module is a handy module for displaying the most recent comments happenning all over your web site. By following the <i>view new comments</i> link in the user block, a user may quickly review all recent comments. When a user first arrives at the main tracker page, she sees all recent comments in reverse chronological order, grouped by post. In addition, a self-centered user may choose to display only his own comments.</p>"; + return $output; +} + function tracker_link($type) { if ($type == "menu.view") { |