File Manager

Current Directory: /home/astoriaah/www/old15/layouts/joomla/searchtools/default
Viewing File: /home/astoriaah/www/old15/layouts/joomla/searchtools/default/filters.php
<?php /** * @package Joomla.Site * @subpackage Layout * * @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('JPATH_BASE') or die; $data = $displayData; // Load the form filters $filters = $data['view']->filterForm->getGroup('filter'); ?> <?php if ($filters) : ?> <?php foreach ($filters as $fieldName => $field) : ?> <?php if ($fieldName != 'filter_search') : ?> <div class="js-stools-field-filter"> <?php echo $field->input; ?> </div> <?php endif; ?> <?php endforeach; ?> <?php endif; ?>