Fix for Fix for changing user login block template

  1. <?php
  2.  
  3. $form['name']['#title'] = $form['pass']['#title'] = '';
  4.  
  5. $form['name']['#size'] = 6;
  6.  
  7. ?>
  8. <div id="user_login_block">
  9.  
  10. <div id="user-name"><?php print drupal_render($form['name']); ?></div>
  11. <div id="user-pass"><?php print drupal_render($form['pass']); ?></div>
  12. <div id="user-login"><?php print drupal_render($form['submit']); ?></div>
  13. <div id="user-links"><?php print drupal_render($form['links']); ?></div>
  14.  
  15. <?php print drupal_render($form); ?>
  16.  
  17. Template modicficado!
  18.  
  19. </div>

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.