diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index 0318554c9997154696d5c829bbbb4adbf5e74a59..b7a506bb69ee9a841b61466ed78d76adbd1b70fb 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -377,18 +377,4 @@ ?> <a href="featured/" title="See all the featured Huskers">See all the featured Huskers...</a> </div> - <?php //This is the login details hidden with CSS and displayed in the colorbox.?> - <div class="hidden"> - <div id="login-box"> - <h2>Huskers Worldwide</h2> - <?php - $form_body = "<p class=\"login-box\"><label>" . elgg_echo('username') . "<br />" . elgg_view('input/text', array('internalname' => 'username', 'class' => 'login-textarea')) . "</label><br />"; - $form_body .= "<label>" . elgg_echo('password') . "<br />" . elgg_view('input/password', array('internalname' => 'password', 'class' => 'login-textarea')) . "</label><br />"; - $form_body .= elgg_view('input/submit', array('value' => elgg_echo('login'))) . "</p>"; - $form_body .= "<p><a href=\"". $vars['url'] ."account/register.php\">" . elgg_echo('register') . "</a> | <a href=\"". $vars['url'] ."account/forgotten_password.php\">" . elgg_echo('user:password:lost') . "</a></p>"; - echo elgg_view('input/form', array('body' => $form_body, 'action' => "". $vars['url'] ."action/login")); - ?> - <a href="http://localhost/workspace/UNL_Elgg/elgg/?loginwith=UNLlogin">Sign on with CAS</a>. - </div> - </div> </div>