You are here

taxonomy_facets_removefilter-template.tpl.php in Taxonomy Facets 7.3

Same filename and directory in other branches
  1. 7.2 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($menuHed->termName);
?></strong>
<a title ="<?php

print t('Remove filter') . ': ' . t($menuHed->termName);
?>" href="<?php

print $menuHed->linkUrl;
?>">
[X]</a>
</h3>