| 1 |
<?php |
<?php |
| 2 |
|
|
| 3 |
// $Id: taxonomy_sifter.module,v 1.3.2.4 2008/11/15 15:43:31 tbarregren Exp $ |
// $Id: taxonomy_sifter.module,v 1.3.2.5 2008/11/15 16:54:05 tbarregren Exp $ |
| 4 |
|
|
| 5 |
|
|
| 6 |
/** |
/** |
| 65 |
case 'admin/modules#description': |
case 'admin/modules#description': |
| 66 |
return t('Provides a block with terms which <em>any</em> or <em>all</em> selected must apply to a node for it to be listed when viewing a taxonomy term page, e.g. <code>taxonomy/term/...</code>'); |
return t('Provides a block with terms which <em>any</em> or <em>all</em> selected must apply to a node for it to be listed when viewing a taxonomy term page, e.g. <code>taxonomy/term/...</code>'); |
| 67 |
case 'admin/help#taxonomy_sifter': |
case 'admin/help#taxonomy_sifter': |
| 68 |
return t('<a href="http://drupal.org/project/taxonomy_sifter">Taxonomy Sifter</a> provides a block where the user can select terms that will automatically be combined with the terms in every request of the form <code>taxonomy/term/...</code> for the duration of their session. The selected terms are combined with the same operator already used in the request. If no operator is used, that is a single term is given, the sifter uses the operator given in the module\'s settings. The vocabularies of the terms presented in the sifter block is also configurable. For further documentation, see the <a href="http://drupal.org/node/22273">handbook</a>.'); |
return t('<p><a href="http://drupal.org/project/taxonomy_sifter">Taxonomy Sifter</a> provides a block where the user can select terms that will automatically be combined with the terms in every request of the form <code>taxonomy/term/...</code> for the duration of their session. The selected terms are combined with the same operator already used in the request. If no operator is used, that is a single term is given, the sifter uses the operator given in the module\'s settings. The vocabularies of the terms presented in the sifter block is also configurable. For further documentation, see the <a href="http://drupal.org/node/22273">handbook</a>.</p>'); |
| 69 |
} |
} |
| 70 |
} |
} |
| 71 |
|
|