| 1 |
<?php |
<?php |
| 2 |
// $Id: $ |
// $Id: bestreply.module,v 1.2.6.1 2009/03/29 03:51:56 taslett Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 107 |
$form['bestreply_node_types'] = array( |
$form['bestreply_node_types'] = array( |
| 108 |
'#type' => 'fieldset', |
'#type' => 'fieldset', |
| 109 |
'#title' => t('Node types'), |
'#title' => t('Node types'), |
| 110 |
'#description' => t('Check the node types you want to be able to mark a comment as the !bestreply.', variable_get('bestreply_name', 'bestreply') ), |
'#description' => t('Check the node types you want to be able to mark a comment as the !bestreply.', array('!bestreply' => variable_get('bestreply_name', 'bestreply')) ), |
| 111 |
'#collapsible' => TRUE, |
'#collapsible' => TRUE, |
| 112 |
'#collapsed' => TRUE, |
'#collapsed' => TRUE, |
| 113 |
); |
); |