Changeset 2196
- Timestamp:
- 07/18/08 03:25:10 (6 months ago)
- Files:
-
- 1 modified
-
trunk/htdocs/system/themes/mzingi/loginform.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/system/themes/mzingi/loginform.php
r1888 r2196 13 13 else { 14 14 ?> 15 <?php Plugins::act( 'theme_loginform_before' ); ?> 15 16 <form method="post" action="<?php URL::out( 'user', array( 'page' => 'login' ) ); ?>"> 16 17 <p> … … 22 23 <input type="password" size="25" name="habari_password" id="habari_password"> 23 24 </p> 25 <?php Plugins::act( 'theme_loginform_controls' ); ?> 24 26 <p> 25 27 <input type="submit" value="<?php _e('GO!'); ?>"> 26 28 </p> 27 29 </form> 30 <?php Plugins::act( 'theme_loginform_after' ); ?> 28 31 <?php 29 32 }
