PsyOps

Login Block

Sep 24th, 2015
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <div id="user-login-block-container">
  2. <div id="user-login-block-form-fields">
  3. <?php print $name; // Display username field ?>
  4. <?php print $pass; // Display Password field ?>
  5. <?php print $submit; // Display submit button ?>
  6. <?php print $rendered; // Display hidden elements (required for successful login) ?>
  7. </div>
  8. <div class="links">
  9. <a href="/user/register">Create an Account</a> | <a href="/user/password">Forgot Password</a>
  10. </div>
  11. <div class="facebook-login">
  12. <?php
  13. print '<a href="/user/simple-fb-connect?destination=' . current_path() . '"><img src="http://sectioneight.net/sites/all/themes/S8Theme/custom/images/ConnectWithFacebook.png" /></a>';
  14. ?>
  15. </div>
  16. </div>
Advertisement
Add Comment
Please, Sign In to add comment