first commit

This commit is contained in:
2024-12-17 13:43:22 +01:00
commit 8e6cd8b410
21292 changed files with 3514826 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{**
* 2012 - 2020 HiPresta
*
* MODULE Gallery
*
* @author HiPresta <support@hipresta.com>
* @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.
*}
{extends file='page.tpl'}
{block name='head_seo_title'}{$meta_title}{/block}
{block name='head_seo_description'}{$meta_description nofilter}{/block}
{block name='head_seo_keywords'}{$meta_keywords}{/block}
{block name='page_content'}
{include file='module:higallery/views/templates/front/galleryimage.tpl'}
{/block}