first commit

This commit is contained in:
2024-11-11 18:46:54 +01:00
commit a630d17338
25634 changed files with 4923715 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{*
* @Module Name: Leo Slideshow
* @Website: leotheme.com.com - prestashop template provider
* @author Leotheme <leotheme@gmail.com>
* @copyright Leotheme
*}
{extends file=$layout}
{block name='header_banner'}{/block}
{block name='header_nav'}{/block}
{block name='header_top'}{/block}
{block name='hook_footer_before'}{/block}
{block name='hook_footer'}{/block}
{block name='hook_footer_after'}{/block}
{block name='hook_before_body_closing_tag'}{/block}
{block name='content'}
{if $leoslideshow_tpl == 1}
{include file='./leoslideshow.tpl'}
{else}
{include file='module:leoslideshow/views/templates/front/leoslideshow.tpl'}
{/if}
{/block}