diff options
Diffstat (limited to 'modules/taxonomy/taxonomy-term.tpl.php')
-rw-r--r-- | modules/taxonomy/taxonomy-term.tpl.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy-term.tpl.php b/modules/taxonomy/taxonomy-term.tpl.php index b1ff20e3c..d410d1ef3 100644 --- a/modules/taxonomy/taxonomy-term.tpl.php +++ b/modules/taxonomy/taxonomy-term.tpl.php @@ -11,7 +11,7 @@ * such as render($content['field_example']). Use * hide($content['field_example']) to temporarily suppress the printing of a * given element. - * - $term_url: Direct url of the current term. + * - $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 @@ -36,6 +36,8 @@ * @see template_preprocess() * @see template_preprocess_taxonomy_term() * @see template_process() + * + * @ingroup themeable */ ?> <div id="taxonomy-term-<?php print $term->tid; ?>" class="<?php print $classes; ?>"> |