- Added documentation contributed by Moshe.

4.0.x
Dries Buytaert 2002-02-22 19:23:04 +00:00
parent 64c1b5f110
commit 9c58e68f97
2 changed files with 10 additions and 0 deletions

View File

@ -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") {

View File

@ -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") {