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