Files
drmaterac.pl/modules/leobootstrapmenu/views/widgets/widget_video.tpl
2025-01-06 20:47:25 +01:00

19 lines
415 B
Smarty

{*
* @Module Name: Leo Bootstrap Menu
* @Website: leotheme.com.com - prestashop template provider
* @author Leotheme <leotheme@gmail.com>
* @copyright 2007-2018 Leotheme
*}
{if isset($video_code)}
<div class="widget-video">
{if isset($widget_heading)&&!empty($widget_heading)}
<div class="menu-title">
{$widget_heading}
</div>
{/if}
<div class="widget-inner">
{$video_code nofilter}
</div>
</div>
{/if}