Spade

Mini Shell

Directory:~$ /home/lmsyaran/www/j3/components/com_jamegafilter/layouts/filter/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/www/j3/components/com_jamegafilter/layouts/filter/filter.dropdown.php

<?php 
/**
 * ------------------------------------------------------------------------
 * JA Megafilter Component
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2016 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */
 //No direct to access this file.
defined('_JEXEC') or die('Restricted access');

?>
<dt role="heading" aria-level="3"
class="filter-options-title"><span>{options.title}</span></dt>
<dd class="filter-options-content filter-dropdown">	
	<select class="filter-items" {options.multiple}>
		{^options.multiple}
	    <option value=""><?php echo
JText::_('COM_JAMEGAFILTER_SELECTED_A'); ?>
{options.title}</option>
	    {/options.multiple}
	</select>
</dd>