first commit
This commit is contained in:
5
views/templates/front/error.tpl
Normal file
5
views/templates/front/error.tpl
Normal file
@@ -0,0 +1,5 @@
|
||||
<div class="alert alert-danger">
|
||||
{foreach from=$errors item=error}
|
||||
<p>{$error}</p>
|
||||
{/foreach}
|
||||
</div>
|
||||
Reference in New Issue
Block a user