/[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.1.2.1, Fri Mar 13 16:46:03 2009 UTC revision 1.1.2.2, Fri Apr 24 02:51:41 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(    $form['settings']['taxonomy_breadcrumb_include_node_title'] = array(
34      '#type'           => 'checkbox',      '#type'           => 'checkbox',
35      '#title'          => t('Show current node title in breadcrumb trail?'),      '#title'          => t('Show current node title in breadcrumb trail?'),

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2