12 lines
274 B
Smarty
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} |