| 1 |
<?php |
<?php |
| 2 |
// $Id: thickbox.admin.inc,v 1.1.2.5 2008/12/01 05:28:59 frjo Exp $ |
// $Id: thickbox.admin.inc,v 1.1.2.6 2009/03/24 14:25:36 frjo Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 81 |
); |
); |
| 82 |
$form['thickbox_advanced_settings']['thickbox_ie_css'] = array( |
$form['thickbox_advanced_settings']['thickbox_ie_css'] = array( |
| 83 |
'#type' => 'checkbox', |
'#type' => 'checkbox', |
| 84 |
'#title' => t('Do not include special CSS for Internet Explorer.'), |
'#title' => t('Do not include special CSS for Internet Explorer'), |
| 85 |
'#default_value' => variable_get('thickbox_ie_css', 0), |
'#default_value' => variable_get('thickbox_ie_css', 0), |
| 86 |
'#description' => t('If you have added the Thickbox IE CSS to you themes IE CSS file or simply do not need it you can check this box.'), |
'#description' => t('If you have added the Thickbox IE CSS to you themes IE CSS file or simply do not need it you can check this box.'), |
| 87 |
); |
); |