You are here

taxonomy_facets_menu_leaf-template.tpl.php in Taxonomy Facets 7.3

Template for menu items in the filters block

This themes one menu item at the time.

File

templates/taxonomy_facets_menu_leaf-template.tpl.php
View source
<?php

/**
 * @file
 * Template for menu items in the filters block
 *
 * This themes one menu item at the time.
 */
?>
<li class="<?php

print $menuLeaf->leafClass;
?>">
<a class="<?php

print $menuLeaf->linkClass ? NULL : $menuLeaf->linkClass;
?>" title ="<?php

print $menuLeaf->termName;
?>" href="<?php

print $menuLeaf->linkUrl;
?>">
<?php

print $menuLeaf->termName;
?></a>
</li>