| 1 |
<?php |
<?php |
| 2 |
// $Id: stumble.admin.inc,v 1.1.2.3 2008/10/23 05:19:37 davereid Exp $ |
// $Id: stumble.admin.inc,v 1.1.2.4 2008/11/10 02:41:37 davereid Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 34 |
'#title' => t('Link Text'), |
'#title' => t('Link Text'), |
| 35 |
'#default_value' => stumble_var('stumble_link_text'), |
'#default_value' => stumble_var('stumble_link_text'), |
| 36 |
'#size' => 20, |
'#size' => 20, |
| 37 |
|
'#max_size' => 64, |
| 38 |
); |
); |
| 39 |
$form['array_filter'] = array( |
$form['array_filter'] = array( |
| 40 |
'#type' => 'value', |
'#type' => 'value', |