Skip to content

Commit

Permalink
Switch to modern UI layout for verify page
Browse files Browse the repository at this point in the history
Fixes #21131
  • Loading branch information
syncguru authored and vboctor committed Jul 10, 2016
1 parent 6854bb2 commit ab0c7c0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions verify.php
Expand Up @@ -84,8 +84,7 @@

$t_can_change_password = helper_call_custom_function( 'auth_can_change_password', array() );

html_page_top1();
html_page_top2a();
layout_login_page_begin();

?>

Expand Down Expand Up @@ -146,4 +145,4 @@
<?php
}

html_page_bottom1a( __FILE__ );
layout_login_page_end();

0 comments on commit ab0c7c0

Please sign in to comment.