{/if} {$ZIPCODE} - {$CITY}, {loop type="country" name="customer.country.info" id=$COUNTRY}{$TITLE}{/loop} + {$CITY}
{loop type="country" name="customer.country.info" id=$COUNTRY}{$TITLE}{/loop}
diff --git a/templates/default/account.html b/templates/default/account.html index aa7fdf1cc..877093d42 100644 --- a/templates/default/account.html +++ b/templates/default/account.html @@ -1,18 +1,18 @@ {extends file="layout.tpl"} -{block name="no-return-functions"} +{block name="no-return-functions" prepend} {check_auth context="front" roles="CUSTOMER" login_tpl="login"} {/block} -{block name="body-class"}page-account{/block} - {* Breadcrumb *} {block name='no-return-functions' append} {$breadcrumbs = [ - ['title' => {intl l="Account"}, 'url'=>{url path="/account"}] + ['title' => {intl l="Account"}, 'url'=>{url path="/account"}] ]} {/block} +{block name="body-class"}page-account{/block} + {block name="main-content"}