You are here

taxonomy_facets_removefilter-template.tpl.php in Taxonomy Facets 7.2

Same filename and directory in other branches
  1. 7.3 templates/taxonomy_facets_removefilter-template.tpl.php

Template "remove filter" in the filters block

Theme your own "remove filter" sighn here.

File

templates/taxonomy_facets_removefilter-template.tpl.php
View 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>