Password changed successfully

EOT; } } print_html_top(); print_head_top(); print_title( $g_window_title ); print_css( $g_css_inc_file ); print_head_bottom(); print_body_top(); print_header( $g_page_title ); print_top_page( $g_top_page_inc ); print_admin_menu(); if ( isset( $pass_change ) && ( $pass_change == 1 ) ) { echo '
Password changed.
'; } else { echo <<
$s_change_password_title
$s_username: $v_username
Current Password:
$s_password:
$s_verify_password:
EOT; } print_bottom_page( $g_bottom_page_inc ); print_footer( __FILE__ ); print_body_bottom(); print_html_bottom(); ?>