/[drupal]/contributions/modules/taxonomy_breadcrumb/taxonomy_breadcrumb.admin.inc
ViewVC logotype

Diff of /contributions/modules/taxonomy_breadcrumb/taxonomy_breadcrumb.admin.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2, Wed Jan 28 23:44:30 2009 UTC revision 1.3, Thu Mar 12 18:51:39 2009 UTC
# Line 29  function taxonomy_breadcrumb_admin_setti Line 29  function taxonomy_breadcrumb_admin_setti
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',

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2