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

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

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

revision 1.1.2.1, Sat Oct 3 18:47:11 2009 UTC revision 1.1.2.2, Mon Oct 12 19:48:58 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: taxonomy_context.module,v 1.82.4.7 2009/10/03 03:00:02 nancyw Exp $  // $Id: taxonomy_context.admin.inc,v 1.1.2.1 2009/10/03 18:47:11 nancyw Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 118  function taxonomy_context_admin_settings Line 118  function taxonomy_context_admin_settings
118      '#description' => t('Show count nodes in block after items. Example: term (nnn)'),      '#description' => t('Show count nodes in block after items. Example: term (nnn)'),
119      );      );
120    
121      $form['general_settings']['taxonomy_context_suppress_current'] = array(
122        '#type' => 'radios',
123        '#title' => t('Suppress current term on taxonomy/term/xxx page'),
124        '#default_value' => variable_get('taxonomy_context_suppress_current', 0),
125        '#options' => $endis,
126        '#description' => t('Use this option to remove the current term from nodes shown on a taxonomy/term/xxx page. "Disabled" is standard Drupal behavior; "enabled" will remove the current term from each node selected.'),
127        );
128    
129    return system_settings_form($form);    return system_settings_form($form);
130  }  }

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