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

@@ -50,7 +50,7 @@
<input type="hidden" name="{$name}" value="{{$edit_language_locale}}" />
{/form_field}
{if #form_error}<div class="alert alert-danger">#form_error_message</div>{/if}
{if $form_error}<div class="alert alert-danger">{$form_error_message}</div>{/if}
{form_field form=$form field='name'}
<div class="form-group {if $error}has-error{/if}">