change how to use smarty variables
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<div class="title title-without-tabs">
|
||||
<div class="row">
|
||||
<div class="col-md-10">
|
||||
{intl l='Shipping zone "%title"' title=$NAME}
|
||||
{intl l='Shipping zone "%title"' title={$NAME}}
|
||||
</div>
|
||||
<div class="col-md-2 text-right">
|
||||
<a href="{url path='/admin/configuration/shipping_configuration'}" class="btn btn-sm btn-default">{intl l='Close'} <span class="glyphicon glyphicon-remove"></span></a>
|
||||
|
||||
Reference in New Issue
Block a user