taxo_faceted_navigation_removefilter-template.tpl.php in Taxonomy Facets 7
Template "remove filter" in the filters block
Theme your own "remove filter" sighn here.
1 theme call to taxo_faceted_navigation_removefilter-template.tpl.php
- _taxo_faceted_navigation_get_menu_tree in ./taxo_faceted_navigation.module 
- Helper function for taxo_faceted_navigation_get_menu_tree.
File
templates/taxo_faceted_navigation_removefilter-template.tpl.phpView source
<?php
/**
 * @file
 * Template "remove filter" in the filters block
 *
 * Theme your own "remove filter" sighn here.
 */
?>
 <h3><?php
print t('Filter applied') . ':';
?><br /> <strong><?php
print t($taxo_menu_item['term name']);
?></strong>
<a <?php
print $taxo_menu_item['active'];
?> title ="<?php
print t('Remove filter') . ': ' . t($taxo_menu_item['term name']);
?>" href="<?php
print $taxo_menu_item['url alias'];
?>">
[X]</a>
</h3>
