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

12 lines
274 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)&& !empty($html)}
<div class="alert {$alert_type}">
{$html nofilter}
</div>
{/if}