@@ -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; ?>">
|
||||
|
Reference in New Issue
Block a user