| 1 |
<?php |
<?php |
| 2 |
// $Id: robotstxt.module,v 1.4.4.17 2009/02/21 08:59:51 hass Exp $ |
// $Id: robotstxt.module,v 1.5 2009/02/21 09:04:34 hass Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* Implementation of hook_help(). |
* Implementation of hook_help(). |
| 34 |
'page callback' => 'drupal_get_form', |
'page callback' => 'drupal_get_form', |
| 35 |
'page arguments' => array('robotstxt_admin_settings'), |
'page arguments' => array('robotstxt_admin_settings'), |
| 36 |
'access arguments' => array('administer site configuration'), |
'access arguments' => array('administer site configuration'), |
|
'file' => 'robotstxt.admin.inc', |
|
| 37 |
); |
); |
| 38 |
|
|
| 39 |
return $items; |
return $items; |