| 1 |
<?php |
<?php |
| 2 |
/* $Id$ */ |
/* $Id: contact_realname.module,v 1.1 2007/05/23 21:10:10 avf Exp $ */ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* Display help and module information |
* Display help and module information |
| 33 |
'description' => t("Set up real name display in contact forms"), |
'description' => t("Set up real name display in contact forms"), |
| 34 |
'callback' => 'drupal_get_form', |
'callback' => 'drupal_get_form', |
| 35 |
'callback arguments' => 'contact_realname_admin', |
'callback arguments' => 'contact_realname_admin', |
| 36 |
'access' => user_access('access administration pages'), |
'access' => user_access('administer site configuration'), |
| 37 |
'type' => MENU_NORMAL_ITEM |
'type' => MENU_NORMAL_ITEM |
| 38 |
); |
); |
| 39 |
|
|