You are here

taxo_faceted_navigation_ul_wrapper-template.tpl.php in Taxonomy Facets 7

Template for block wraper of the filters block

Wrups up the block.

File

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

/**
 * @file
 * Template for block wraper of the filters block
 *
 * Wrups up the block.
 */
?>
<ul class="menu clearfix">
<?php

print $ul_sub_menu;
?>
</ul>