42868d70
andryeyev
Создал GIT
|
1
2
3
4
5
6
7
|
{if count($error)}
<div style="border:2px solid #FFD700;background:#FFF4B9;padding:5px;margin-bottom:3px;">
{section name=i loop=$error}
<div><font color="#DC143C"><b>{$error[i]}</b></font></div>
{/section}
</div>
{/if}
|