| 1 |
<?php do_action('uwp_template_before', 'change'); ?> |
| 2 |
<div class="uwp-content-wrap"> |
| 3 |
<div class="uwp-login"> |
| 4 |
<div class="uwp-lf-icon"><i class="fas fa-sync fa-fw"></i></div> |
| 5 |
<?php do_action('uwp_template_form_title_before', 'change'); ?> |
| 6 |
<h2><?php echo apply_filters('uwp_template_form_title', get_the_title(), 'change'); ?></h2> |
| 7 |
<?php do_action('uwp_template_display_notices', 'change'); ?> |
| 8 |
<form class="uwp-change-form uwp_form" method="post"> |
| 9 |
<?php do_action('uwp_template_fields', 'change'); ?> |
| 10 |
<input type="hidden" name="uwp_change_nonce" value="<?php echo wp_create_nonce( 'uwp-change-nonce' ); ?>" /> |
| 11 |
<input name="uwp_change_submit" value="<?php echo __( 'Submit', 'userswp' ); ?>" type="submit"><br> |
| 12 |
</form> |
| 13 |
<div class="uwp-changepsw"><a href="<?php echo uwp_get_page_link('account'); ?>"><?php echo __( 'Account', 'userswp' ); ?></a> <a style="float: right" href="<?php echo uwp_get_page_link('profile'); ?>"><?php echo __( 'Profile', 'userswp' ); ?></a></div> |
| 14 |
</div> |
| 15 |
</div> |
| 16 |
<?php do_action('uwp_template_after', 'change'); ?> |