Spade
Mini Shell
| Directory:~$ /home/lmsyaran/www/j3/components/com_jamegafilter/layouts/filter/ |
| [Home] [System Details] [Kill Me] |
<?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 ">
<ul class="items filter-items">
<li class="item first">
<label><input type="radio"
name="{options.field}" value=""
checked="checked" /> <span><?php echo
JText::_('COM_JAMEGAFILTER_ALL'); ?>
{options.title}</span></label>
</li>
</ul>
</dd>