| 1 |
<?php |
<?php |
| 2 |
/* |
/* |
| 3 |
* $Id: hof.module,v 1.14 2008/12/14 22:35:53 syscrusher Exp $ |
* $Id: hof.module,v 1.15 2008/12/15 05:00:00 syscrusher Exp $ |
| 4 |
* |
* |
| 5 |
* Hall-Of-Fame is a module that reports summary statistics for a Drupal |
* Hall-Of-Fame is a module that reports summary statistics for a Drupal |
| 6 |
* web site, with an emphasis on reports that are of interest to visitors |
* web site, with an emphasis on reports that are of interest to visitors |
| 699 |
$html .= "</table>\n"; |
$html .= "</table>\n"; |
| 700 |
return $html; |
return $html; |
| 701 |
} |
} |
|
?> |
|