| 1 |
<?php |
<?php |
| 2 |
// $Id: wordcount.module,v 1.1.2.2 2009/03/11 21:40:23 crookednumber Exp $ |
// $Id: wordcount.module,v 1.1.2.2.2.1 2009/09/21 19:57:08 crookednumber Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 14 |
return array('view word count'); |
return array('view word count'); |
| 15 |
} |
} |
| 16 |
|
|
| 17 |
|
/** |
| 18 |
|
* Implementation of hook_menu(). |
| 19 |
|
*/ |
| 20 |
function wordcount_menu() { |
function wordcount_menu() { |
| 21 |
$items['admin/reports/wordcount'] = array( |
$items['admin/reports/wordcount'] = array( |
| 22 |
'title' => t('Word count'), |
'title' => t('Word count'), |