From 8c39de52bbc7c9f9b4418c19f7493f14f6cc2153 Mon Sep 17 00:00:00 2001 From: Caleydon Media Date: Thu, 22 Nov 2012 17:42:39 +0100 Subject: [PATCH] Update themes/default/password.tpl - fix for properly displaying breadcrumb on password recovery page (Home > My Account > Forgot your password). Breadcrumb now displaying real user location. - SEO improvement (added link rel="nofollow" parameters) - just suggestion: rename customer entry page from "My Account" to "Authentication". "My Account" is good name for customer page where he can manage his account, not for multi-function entry page. --- themes/default/password.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/password.tpl b/themes/default/password.tpl index dc83a2d76..abaf65d1e 100644 --- a/themes/default/password.tpl +++ b/themes/default/password.tpl @@ -23,7 +23,7 @@ * International Registered Trademark & Property of PrestaShop SA *} -{capture name=path}{l s='Forgot your password?'}{/capture} +{capture name=path}{l s='Authentication'}{$navigationPipe}{l s='Forgot your password'}{/capture} {include file="$tpl_dir./breadcrumb.tpl"}

{l s='Forgot your password?'}

@@ -49,5 +49,5 @@ {/if}

- {l s='Return to Login'}{l s='Back to Login'} + {l s='Return to Login'}{l s='Back to Login'}