diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/taxonomy/taxonomy-term.tpl.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/taxonomy/taxonomy-term.tpl.php b/modules/taxonomy/taxonomy-term.tpl.php index 872d4cbb5..b1ff20e3c 100644 --- a/modules/taxonomy/taxonomy-term.tpl.php +++ b/modules/taxonomy/taxonomy-term.tpl.php @@ -12,6 +12,7 @@ * hide($content['field_example']) to temporarily suppress the printing of a * given element. * - $term_url: Direct url of the current term. + * - $term_name: Name of the current term. * - $classes: String of classes that can be used to style contextually through * CSS. It can be manipulated through the variable $classes_array from * preprocess functions. The default values can be one or more of the following: |