Adding accountheader to forgot and login viewfiles
authorlaury <laury@gaslightmedia.com>
Mon, 18 Dec 2017 19:00:36 +0000 (14:00 -0500)
committerlaury <laury@gaslightmedia.com>
Mon, 18 Dec 2017 19:00:36 +0000 (14:00 -0500)
views/front/registrations/forgot.html
views/front/registrations/login.html

index 35d7ad7..f4eb9f8 100644 (file)
@@ -1,4 +1,5 @@
-{include file='front/registrations/header.html'}
+{apply_filters('glm_members_registrations_header', 'accountHeader')}
+<br>
 <form action="{$regUrl}?page=forgot" method="post">
     <input type="hidden" name="option" value="submit">
     <input type="hidden" name="page" value="forgot">
index 4ac5800..7372b33 100644 (file)
@@ -1,4 +1,5 @@
-{include file='front/registrations/header.html'}
+{apply_filters('glm_members_registrations_header', 'accountHeader')}
+<br>
 <form action="{$regUrl}?page=login" method="post">
     <input type="hidden" name="option" value="submit">
     <input type="hidden" name="page" value="login">