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

19 lines
414 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($raw_html)}
<div class="widget-raw-html">
{if isset($widget_heading)&&!empty($widget_heading)}
<div class="menu-title">
{$widget_heading}
</div>
{/if}
<div class="widget-inner">
{$raw_html nofilter}
</div>
</div>
{/if}