From: laury Date: Mon, 18 Dec 2017 19:00:36 +0000 (-0500) Subject: Adding accountheader to forgot and login viewfiles X-Git-Tag: v1.0.0^2~170 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5f14ab1e7004cde9be60d385510594a5d511864e;p=WP-Plugins%2Fglm-member-db-registrations.git Adding accountheader to forgot and login viewfiles --- 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')} +