| 1 |
<?php |
<?php |
| 2 |
// $Id: contact_forms.module,v 1.14 2009/10/23 11:40:59 gpdinoz Exp $ |
// $Id: contact_forms.module,v 1.15 2009/10/24 01:52:22 gpdinoz Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 71 |
//Set the weight of the category name so It appears above our inserted info area |
//Set the weight of the category name so It appears above our inserted info area |
| 72 |
$form['category']['#weight']='-1'; |
$form['category']['#weight']='-1'; |
| 73 |
|
|
| 74 |
|
|
| 75 |
} |
} |
| 76 |
|
|
| 77 |
// Alter contact settings form |
// Alter contact settings form |
| 135 |
// Add field to existing schema. |
// Add field to existing schema. |
| 136 |
$schema['contact']['fields']['page_info'] = array( |
$schema['contact']['fields']['page_info'] = array( |
| 137 |
'type' => 'text', |
'type' => 'text', |
| 138 |
'not null' => FALSE, |
'not null' => FALSE, |
| 139 |
'size' => 'big', |
'size' => 'big', |
| 140 |
'description' => 'Category Page Information Displayed on the individual category pages', |
'description' => 'Category Page Information Displayed on the individual category pages', |
| 141 |
); |
); |