{** * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. *} {if isset($notifications)}
{if $notifications.error} {block name='notifications_error'} {/block} {/if} {if $notifications.warning} {block name='notifications_warning'} {/block} {/if} {if $notifications.success} {block name='notifications_success'} {/block} {/if} {if $notifications.info} {block name='notifications_info'} {/block} {/if}
{/if}