| 56 |
'#options' => array(t('Display above the node'), t('Display below the node'), t('Do not display')), |
'#options' => array(t('Display above the node'), t('Display below the node'), t('Do not display')), |
| 57 |
'#description' => t('Position of the voting control. Select "Do not display" if you are calling the voting module function directly from your theme and/or module code.'), |
'#description' => t('Position of the voting control. Select "Do not display" if you are calling the voting module function directly from your theme and/or module code.'), |
| 58 |
); |
); |
| 59 |
$form['general']['voting_location'] = array( |
$form['general']['voting_show_in_teaser'] = array( |
| 60 |
'#type' => 'radios', |
'#type' => 'radios', |
| 61 |
'#title' => t('Show voting in teaser'), |
'#title' => t('Show voting in teaser'), |
| 62 |
'#default_value' => variable_get('voting_show_in_teaser', 0), |
'#default_value' => variable_get('voting_show_in_teaser', 0), |