change how to use smarty variables
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="alert alert-error">
|
||||
{intl l="Sorry, country ID=%id was not found." id=$country_id}
|
||||
{intl l="Sorry, country ID=%id was not found." id={$country_id}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user