| 1 |
<?php |
<?php |
| 2 |
// $Id: nodewords.admin.inc,v 1.1.2.108 2009/11/23 08:28:09 kiam Exp $ |
// $Id: nodewords.admin.inc,v 1.1.2.109 2009/11/26 18:01:22 kiam Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 282 |
$form['edit'] = array( |
$form['edit'] = array( |
| 283 |
'#type' => 'fieldset', |
'#type' => 'fieldset', |
| 284 |
'#title' => t('Meta tags to show on edit forms'), |
'#title' => t('Meta tags to show on edit forms'), |
| 285 |
'#description' => t('Select the meta tags you want to be able to edit; the meta tag edit fields will always be shown in the administration settings pages. The meta tags that appear only in the list of the meta tags output in HTML, are automatically set by a module.'), |
'#description' => t('Select the meta tags you want to be able to edit.'), |
| 286 |
'#collapsible' => TRUE, |
'#collapsible' => TRUE, |
| 287 |
); |
); |
| 288 |
|
|