/[drupal]/contributions/modules/taxonomy_hide/taxonomy_hide.module
ViewVC logotype

Diff of /contributions/modules/taxonomy_hide/taxonomy_hide.module

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

revision 1.9.4.3, Mon Oct 27 15:07:50 2008 UTC revision 1.9.4.4, Mon Oct 27 23:35:52 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: taxonomy_hide.module,v 1.9.4.2 2008/10/27 14:32:21 brmassa Exp $  // $Id: taxonomy_hide.module,v 1.9.4.3 2008/10/27 15:07:50 brmassa Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 26  function taxonomy_hide_menu() { Line 26  function taxonomy_hide_menu() {
26  function taxonomy_hide_help($path, $args) {  function taxonomy_hide_help($path, $args) {
27    switch ($path) {    switch ($path) {
28      case 'admin/settings/taxonomy_hide':      case 'admin/settings/taxonomy_hide':
29        return t('The taxonomy_hide module allows you to hide and group vocabulary terms in node views.');        return t('The module allows you to hide and group vocabulary terms in node views.');
30    
31      case 'admin/help#taxonomy_hide':      case 'admin/help#taxonomy_hide':
32        return        return
33          '<p>'. t('The taxonomy_hide module allows you to hide and group vocabulary terms in node views.') .'</p>'.          '<p>'. t('The module allows you to hide and group vocabulary terms in node views.') .'</p>'.
34          '<p>'. t('When you view a node, you usually see all vocabulary terms it is associated with. Sometimes, you might want to hide terms of a specific vocabulary. This module allows you to specify the vocabularies whose terms are never displayed in node views.') .'</p>'.          '<p>'. t('When you view a node, you usually see all vocabulary terms it is associated with. Sometimes, you might want to hide terms of a specific vocabulary. This module allows you to specify the vocabularies whose terms are never displayed in node views.') .'</p>'.
35          '<p>'. t('The list of vocabulary terms is usually sorted first by vocabulary weight, and next alphabetically. So terms of different vocabularies with the same weight are mixed. This module allows you to group terms by vocabulary in node views, which means that all terms of one vocabulary are always next to each other.') .'</p>'.          '<p>'. t('The list of vocabulary terms is usually sorted first by vocabulary weight, and next alphabetically. So terms of different vocabularies with the same weight are mixed. This module allows you to group terms by vocabulary in node views, which means that all terms of one vocabulary are always next to each other.') .'</p>'.
36          '<p>'. t('You can') .'</p>'.          '<p>'. t('You can') .'</p>'.

Legend:
Removed from v.1.9.4.3  
changed lines
  Added in v.1.9.4.4

  ViewVC Help
Powered by ViewVC 1.1.2