bebeboutik/modules/giftvoucher/giftvoucher-json-empty.tpl

14 lines
246 B
Smarty
Raw Normal View History

2016-01-04 12:49:26 +01:00
{ldelim}
{if isset($errors) && $errors}
"hasError" : true,
"errors" : [
{foreach from=$errors key=k item=error name='errors'}
"{$error}"{if !$smarty.foreach.errors.last},{/if}
{/foreach}
]
{else}
"hasError" : false
{/if}
{rdelim}