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