From fdc088dc56ec62220d91f5e9191fadfbb2bbfddd Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Thu, 7 Apr 2011 16:38:46 +0000 Subject: [PATCH] remove login from Elgg credentials. --- plugins/unl_theme/views/default/account/forms/login.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/unl_theme/views/default/account/forms/login.php b/plugins/unl_theme/views/default/account/forms/login.php index f17881a9..ce06623d 100644 --- a/plugins/unl_theme/views/default/account/forms/login.php +++ b/plugins/unl_theme/views/default/account/forms/login.php @@ -4,6 +4,7 @@ with your My.UNL Account <span>for Faculty, Staff and Students</span> </div> + <!-- <div id="elggOption"> <a href="#" class="switchAction"></a> Don't have a My.UNL Account? @@ -15,6 +16,7 @@ <div class="elggLoginForm"> <?php echo elgg_view('account/forms/login'); ?> </div> + --> </div> <div id="login"> <div class="two_col right"> -- GitLab