change how to use smarty variables

This commit is contained in:
Manuel Raynaud
2014-04-18 14:14:57 +02:00
parent 681d5503ac
commit 29c2901e5d
44 changed files with 130 additions and 130 deletions

View File

@@ -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>