| 29 |
'#default_value' => variable_get('taxonomy_breadcrumb_show_current_term', TRUE), |
'#default_value' => variable_get('taxonomy_breadcrumb_show_current_term', TRUE), |
| 30 |
'#description' => t('When enabled, the lightest term associated with node is shown as the last breadcrumb in the breadcrumb trail. When disabled, the only terms shown in the breadcrumb trail are parent terms (if any parents exist). The recommended setting is enabled.'), |
'#description' => t('When enabled, the lightest term associated with node is shown as the last breadcrumb in the breadcrumb trail. When disabled, the only terms shown in the breadcrumb trail are parent terms (if any parents exist). The recommended setting is enabled.'), |
| 31 |
); |
); |
| 32 |
|
|
| 33 |
|
$form['settings']['taxonomy_breadcrumb_include_node_title'] = array( |
| 34 |
|
'#type' => 'checkbox', |
| 35 |
|
'#title' => t('Show current node title in breadcrumb trail?'), |
| 36 |
|
'#default_value' => variable_get('taxonomy_breadcrumb_include_node_title', FALSE), |
| 37 |
|
'#description' => t('When enabled and when viewing a node, the node\'s title will be shown as the last breadcrumb in the breadcrumb trail.'), |
| 38 |
|
'#weight' => 30, |
| 39 |
|
); |
| 40 |
|
|
| 41 |
$form['advanced'] = array( |
$form['advanced'] = array( |
| 42 |
'#type' => 'fieldset', |
'#type' => 'fieldset', |