| 1 |
<?php |
<?php |
| 2 |
// $Id: taxonomy_ticker.module,v 1.18 2007/05/05 14:53:06 mathieu Exp $ |
// $Id: taxonomy_ticker.module,v 1.19 2008/01/07 16:19:20 yrocq Exp $ |
| 3 |
|
|
| 4 |
|
|
| 5 |
/** |
/** |
| 118 |
$form['taxonomy_ticker_tid'] = array( |
$form['taxonomy_ticker_tid'] = array( |
| 119 |
'#type' => 'select', |
'#type' => 'select', |
| 120 |
'#title' => t('Terms'), |
'#title' => t('Terms'), |
| 121 |
'#default_value' => variable_get('taxonomy_ticker_tid', 1), |
'#default_value' => variable_get('taxonomy_ticker_tid', array()), |
| 122 |
'#options' => taxonomy_form_all(), |
'#options' => taxonomy_form_all(), |
| 123 |
'#description' => t('Take nodes associated to the selected terms.'), |
'#description' => t('Take nodes associated to the selected terms.'), |
| 124 |
'#extra' => 0, |
'#extra' => 0, |