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"}
@@ -45,7 +45,7 @@ {$ADDRESS3}
{/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}
  • @@ -139,6 +139,7 @@
  • + {ifloop rel="customer.orders"} @@ -162,6 +163,7 @@
    + {/ifloop} {elseloop rel="customer.orders"}
    {intl l="Warning"}! {intl l="You don't have orders yet."}