Files
lulandia.pl/modules/leoslideshow/views/templates/front/preview.tpl
2025-04-01 00:38:54 +02:00

16 lines
386 B
Smarty

{*
* @Module Name: Leo Slideshow
* @Website: leotheme.com.com - prestashop template provider
* @author Leotheme <leotheme@gmail.com>
* @copyright 2007-2018 Leotheme
*}
{extends file=$layout}
{block name='content'}
{if $leoslideshow_tpl == 1}
{include file='./leoslideshow.tpl'}
{else}
{include file='module:leoslideshow/views/templates/front/leoslideshow.tpl'}
{/if}
{/block}