{* * @Module Name: Leo Elements * @Website: leotheme.com - prestashop template provider * @author Leotheme * @copyright Leotheme * @description: leoelements is module help you can build content for your shop *}
{l s='Quick Profile Link' mod='leoelements'}
{if !$profiles} {else}
{foreach from=$profiles item=profile}
{/foreach}
{/if}
{l s='Quick Link to Modules' mod='leoelements'}
{l s='Statistics' mod='leoelements'}
{l s='Profiles' mod='leoelements'}
{$lecount.profile}
{l s='Positions' mod='leoelements'}
{$lecount.position}
{l s='Hook Contents' mod='leoelements'}
{$lecount.content}
{l s='Category Profiles' mod='leoelements'}
{$lecount.category}
{l s='Product Profiles' mod='leoelements'}
{$lecount.detail}
{l s='Product List' mod='leoelements'}
{$lecount.productlist}
{l s='Theme Config' mod='leoelements'}

{l s='This is only for show demo function of theme. Please turn off it in when you use this theme for your shop.' mod='leoelements'}

Export Sample For Dev

{l s='You can select one or more Module.' mod='leoelements'}

{foreach from=$moduleList item=module name=moduleItem} {/foreach}
{l s='Name' mod='leoelements'} {l s='Back-up File' mod='leoelements'}

{if isset($module.sample)} {$module.name|escape:'html':'UTF-8'}.xml {/if}

{if isset($le_struct) && $le_struct} {if isset($le_struct.db_data) && $le_struct.db_data} db_data.sql {/if}
{if isset($le_struct.db_structure) && $le_struct.db_structure} db_structure.sql {/if} {/if}
Back-up

{l s='You can select one or more Module. This tools will save all database of module to php file.' mod='leoelements'}

{$backup_dir}

{foreach from=$moduleList item=module name=moduleItem} {/foreach}
{l s='Name' mod='leoelements'} {l s='Restore File' mod='leoelements'}

{if isset($module.files)} {foreach from=$module.files item=file name=Modulefile} {$file|escape:'html':'UTF-8'} {/foreach} {/if}