diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-02-22 19:23:04 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-02-22 19:23:04 +0000 |
commit | 9c58e68f977d9b19e8ba9feb0c0095bf437b1e15 (patch) | |
tree | a9b35f374beb79f1701218c1536080c7edf27c72 | |
parent | 64c1b5f1106136964cfb3ea31420649d91ef97c4 (diff) | |
download | brdo-9c58e68f977d9b19e8ba9feb0c0095bf437b1e15.tar.gz brdo-9c58e68f977d9b19e8ba9feb0c0095bf437b1e15.tar.bz2 |
- Added documentation contributed by Moshe.
-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") { |