From: Laury GvR Date: Mon, 8 Aug 2016 16:57:13 +0000 (-0400) Subject: Members Only login options added. X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b8d01c50366998c8f3ea91e4e3f13bd43f4e023f;p=WP-Themes%2Fglmthemes%2Fsaultstemarie-theme.git Members Only login options added. --- diff --git a/parts/glm-members-only-login-form.php b/parts/glm-members-only-login-form.php index fab0732..66256b1 100644 --- a/parts/glm-members-only-login-form.php +++ b/parts/glm-members-only-login-form.php @@ -1,18 +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 () 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.")"; + } + } + ?>

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