| 1 |
<?php |
<?php |
| 2 |
|
|
| 3 |
// $Id: path_blacklist.module,v 1.1.2.2 2008/10/11 05:59:13 crookednumber Exp $ |
// $Id: path_blacklist.module,v 1.1.2.2.2.1 2009/03/11 17:19:25 crookednumber Exp $ |
| 4 |
|
|
| 5 |
/** |
/** |
| 6 |
* Implementation of hook_help(). |
* Implementation of hook_help(). |
| 24 |
*/ |
*/ |
| 25 |
function path_blacklist_menu() { |
function path_blacklist_menu() { |
| 26 |
$items['admin/settings/path_blacklist'] = array( |
$items['admin/settings/path_blacklist'] = array( |
| 27 |
'title' => t('Path blacklist settings'), |
'title' => 'Path blacklist settings', |
| 28 |
'description' => t('Administer the Path blacklist module.'), |
'description' => 'Administer the Path blacklist module.', |
| 29 |
'page callback' => 'path_blacklist_settings', |
'page callback' => 'path_blacklist_settings', |
| 30 |
'access arguments' => array('administer path_blacklist'), |
'access arguments' => array('administer path_blacklist'), |
| 31 |
); |
); |