| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: slider.admin.inc,v 1.1 2008/10/15 10:04:25 marktheunissen Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 41 |
'#description' => t('Should the tabs display above or below the content?.'), |
'#description' => t('Should the tabs display above or below the content?.'), |
| 42 |
); |
); |
| 43 |
|
|
| 44 |
|
$form['slider_teaser_warning'] = array( |
| 45 |
|
'#type' => 'checkbox', |
| 46 |
|
'#title' => t('Slider teaser warning'), |
| 47 |
|
'#default_value' => variable_get('slider_teaser_warning', TRUE), |
| 48 |
|
'#description' => t('Enable a message that warns you if you\'re displaying a Slider as a teaser.'), |
| 49 |
|
); |
| 50 |
|
|
| 51 |
return system_settings_form($form); |
return system_settings_form($form); |
| 52 |
} |
} |