From 5f14ab1e7004cde9be60d385510594a5d511864e Mon Sep 17 00:00:00 2001 From: laury Date: Mon, 18 Dec 2017 14:00:36 -0500 Subject: [PATCH] Adding accountheader to forgot and login viewfiles --- views/front/registrations/forgot.html | 3 ++- views/front/registrations/login.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/views/front/registrations/forgot.html b/views/front/registrations/forgot.html index 35d7ad7..f4eb9f8 100644 --- a/views/front/registrations/forgot.html +++ b/views/front/registrations/forgot.html @@ -1,4 +1,5 @@ -{include file='front/registrations/header.html'} +{apply_filters('glm_members_registrations_header', 'accountHeader')} +
diff --git a/views/front/registrations/login.html b/views/front/registrations/login.html index 4ac5800..7372b33 100644 --- a/views/front/registrations/login.html +++ b/views/front/registrations/login.html @@ -1,4 +1,5 @@ -{include file='front/registrations/header.html'} +{apply_filters('glm_members_registrations_header', 'accountHeader')} +
-- 2.17.1