Ejemplo n.º 1
0
	<div class="row">
		<?php 
        $i_have_account_html();
        ?>
		<?php 
        $register_new_account_html();
        ?>
	</div>
</div>
				<?php 
        break;
        /** reset */
    /** reset */
    case 'reset':
        $token = isset($_GET['token']) && is_string($_GET['token']) ? $_GET['token'] : null;
        $decode_token = theme_custom_sign::get_decode_token($token);
        ?>
<div class="panel mx-sign-panel mx-sign-panel-<?php 
        echo $tab_active;
        ?>
">
	<div class="heading">
		<h3><?php 
        echo ___('Reset my password');
        ?>
</h3>
	</div>
	<div class="content">
		<?php 
        if (!isset($decode_token['user_id']) || !isset($decode_token['user_email'])) {
            ?>