| 125 |
'#title' => t('Persistence'), |
'#title' => t('Persistence'), |
| 126 |
'#default_value' => variable_get('iedestroyer_persistence', IEDESTROYER_PERSISTENCE_ALWAYS), |
'#default_value' => variable_get('iedestroyer_persistence', IEDESTROYER_PERSISTENCE_ALWAYS), |
| 127 |
'#options' => array( |
'#options' => array( |
| 128 |
IEDESTROYER_PERSISTENCE_ALWAYS => t('Always show banner'), |
IEDESTROYER_PERSISTENCE_ALWAYS => t('Always show IE Destroyer'), |
| 129 |
IEDESTROYER_PERSISTENCE_FORCE => t('Always show banner and normal output will not be shown'), |
IEDESTROYER_PERSISTENCE_FORCE => t('Always show IE Destroyer and normal output will not be shown'), |
| 130 |
), |
), |
| 131 |
); |
); |
| 132 |
|
|
| 134 |
'#type' => 'checkbox', |
'#type' => 'checkbox', |
| 135 |
'#title' => t('Hiding'), |
'#title' => t('Hiding'), |
| 136 |
'#default_value' => variable_get('iedestroyer_hide', 1), |
'#default_value' => variable_get('iedestroyer_hide', 1), |
| 137 |
'#description' => t('Are users allowed to temporarily hide the banner using a button?'), |
'#description' => t('Are users allowed to temporarily hide IE Destroyer using a button?'), |
| 138 |
); |
); |
| 139 |
|
|
| 140 |
$browsers = iedestroyer_browsers(); |
$browsers = iedestroyer_browsers(); |