{* * 2017-2019 Zemez * * JX Mega Menu * * NOTICE OF LICENSE * * This source file is subject to the General Public License (GPL 2.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/GPL-2.0 * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade the module to newer * versions in the future. * * @author Zemez (Alexander Grosul) * @copyright 2017-2019 Zemez * @license http://opensource.org/licenses/GPL-2.0 General Public License (GPL 2.0) *} {if $hooks} {$hooks|escape:'quotes':'UTF-8'} {/if}
| {l s='HTML id' mod='jxmegamenu'} | {l s='HTML name' mod='jxmegamenu'} | {l s='Specific class' mod='jxmegamenu'} | |
|---|---|---|---|
| {$item.id_item|escape:'htmlall':'UTF-8'} | {$item.title|escape:'htmlall':'UTF-8'} | {if $item.specific_class}{$item.specific_class|escape:'htmlall':'UTF-8'}{else}-{/if} |
| {l s='Link id' mod='jxmegamenu'} | {l s='Link name' mod='jxmegamenu'} | {l s='Specific class' mod='jxmegamenu'} | {l s='URL' mod='jxmegamenu'} | {l s='Target blank' mod='jxmegamenu'} | |
|---|---|---|---|---|---|
| {$item.id_item|escape:'htmlall':'UTF-8'} | {$item.title|escape:'htmlall':'UTF-8'} | {if $item.specific_class}{$item.specific_class|escape:'htmlall':'UTF-8'}{else}-{/if} | {$item.url|escape:'htmlall':'UTF-8'} | {if $item.blank}true{else}false{/if} |
| {l s='Banner id' mod='jxmegamenu'} | {l s='Banner name' mod='jxmegamenu'} | {l s='Image' mod='jxmegamenu'} | {l s='Specific class' mod='jxmegamenu'} | {l s='URL' mod='jxmegamenu'} | {l s='Target blank' mod='jxmegamenu'} | |
|---|---|---|---|---|---|---|
| {$item.id_item|escape:'htmlall':'UTF-8'} | {$item.title|escape:'htmlall':'UTF-8'} |
|
{if $item.specific_class}{$item.specific_class|escape:'htmlall':'UTF-8'}{else}-{/if} | {$item.url|escape:'htmlall':'UTF-8'} | {if $item.blank}true{else}false{/if} |
| {l s='Video id' mod='jxmegamenu'} | {l s='Video name' mod='jxmegamenu'} | {l s='Video' mod='jxmegamenu'} | {l s='URL' mod='jxmegamenu'} | |
|---|---|---|---|---|
| {$item.id_item|escape:'htmlall':'UTF-8'} | {$item.title|escape:'htmlall':'UTF-8'} | {if $item.type == 'youtube'} {else} {/if} | {$item.url|escape:'htmlall':'UTF-8'} |
| {l s='Map id' mod='jxmegamenu'} | {l s='Map name' mod='jxmegamenu'} | {l s='Latitude' mod='jxmegamenu'} | {l s='Longitude' mod='jxmegamenu'} | |
|---|---|---|---|---|
| {$item.id_item|escape:'htmlall':'UTF-8'} | {$item.title|escape:'htmlall':'UTF-8'} | {$item.latitude|escape:'htmlall':'UTF-8'} | {$item.longitude|escape:'htmlall':'UTF-8'} |