From 03c4264dbb51ad753f13317d583805133cafdb9c Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 8 Aug 2016 12:51:52 -0400 Subject: [PATCH] Members only login form options added --- parts/glm-members-only-login-form.php | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/parts/glm-members-only-login-form.php b/parts/glm-members-only-login-form.php index f8cf1fe..66256b1 100644 --- a/parts/glm-members-only-login-form.php +++ b/parts/glm-members-only-login-form.php @@ -1,14 +1,31 @@
-

The information you entered is incorrect. Please try again. + else if( isset( $_GET['login'] ) && $_GET['login'] == 'empty' ) { ?> Please enter both username and password. - Please log in with your username and password. -
If you need assistance, email (xxxxx@yyyy.zzz) or call (###-###-####) + + Please log in with your username and password. + + If you need assistance, "; + if ($supportEmail) { + echo "email (".$supportEmail.")"; + if ($supportPhone) { + echo " or "; + } + } + if ($supportPhone) { + echo "call (".$supportPhone.")"; + } + } + ?>

@@ -16,6 +33,6 @@ + ?> \ No newline at end of file -- 2.17.1