diff --git a/falcon/modules/ps_customersignin/ps_customersignin.tpl b/falcon/modules/ps_customersignin/ps_customersignin.tpl index 681ff4a..015a787 100644 --- a/falcon/modules/ps_customersignin/ps_customersignin.tpl +++ b/falcon/modules/ps_customersignin/ps_customersignin.tpl @@ -33,6 +33,17 @@ title="{l s='Log in to your customer account' d='Shop.Theme.Customeraccount'}" {/if} > + + {if $logged} + {if $customer.firstname} + {$customer.firstname|escape:'html':'UTF-8'} + {else} + {l s='Log out' d='Shop.Theme.Actions'} + {/if} + {else} + {l s='Log in' d='Shop.Theme.Actions'} + {/if} +