{** * 2012 - 2020 HiPresta * * MODULE Gallery * * @author HiPresta * @copyright HiPresta 2020 * @license Addons PrestaShop license limitation * @link https://hipresta.com * * NOTICE OF LICENSE * * Don't use this module on several shops. The license provided by PrestaShop Addons * for all its modules is valid only once for a single shop. *} {if $psv < 1.7} {if isset($gallery_controller_name) && $gallery_controller_name == 'gallery'} {capture name=path} {l s='Gallery' mod='higallery'} {/capture} {/if} {/if} {if $gallery_title}

{$gallery_title|escape:'htmlall':'UTF-8'}

{/if} {if $gallery_description} {/if} {if !empty($galleries) && $galleries['visible']}
{foreach from=$galleries item=gallery} {if !empty($gallery['images'])} {/if} {/foreach}
{else}

{l s='Gallery Not Found' mod='higallery'}

{/if}