Parent Directory
|
Revision Log
|
Revision Graph
Added more code comments. Fixed theming. #172170: Added OpenID integration.
| 1 | <?php |
| 2 | // $Id$ |
| 3 | |
| 4 | /** |
| 5 | * @file securesite-user-pass.tpl.php |
| 6 | */ |
| 7 | ?> |
| 8 | <h1><?php print t('Password reset') ?></h1> |
| 9 | <?php print $messages ?> |
| 10 | <p><?php print $title ?></p> |
| 11 | <?php print drupal_render($form['name']); ?> |
| 12 | <?php print drupal_render($form['submit']); ?> |
| 13 | <?php print drupal_render($form) ?> |
| 14 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |