replace smarty variable identifier by $

This commit is contained in:
Manuel Raynaud
2013-09-10 16:14:49 +02:00
parent eb7bc62964
commit 5aa49d62fe
6 changed files with 26 additions and 26 deletions

View File

@@ -18,7 +18,7 @@
{form name="thelia.admin.login"}
<form action="{url path='/admin/checklogin'}" method="post" class="well form-inline" {form_enctype form=$form}>
{if #form_error}<div class="alert alert-error">#form_error_message</div>{/if}
{if $form_error}<div class="alert alert-error">{$form_error_message}</div>{/if}
{form_hidden_fields form=$form}