Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Woo that i looking for

    hello,..jeff how to make login and register source be a single page?

    <!-- Sign In Tab Content -->
    		<div id="signIn" class="toggleTab">
    
    			<fieldset style="
        margin-left: 15%;
    
    "><?php theme_my_login( array( 'register_form' => 'my-register-form.php' ) ); ?></fieldset>
    					<div class="formExtra">
    						<p><strong>Trouble signing in?</strong></p>
    						<p><a href="https://www.diagonalpixel.com/home/login.phtml?action=lostpassword">Recover your password</a> or <a href="https://www.diagonalpixel.com/home/sign-up.phtml?action=register.phtml">Create an account</a></p>
    					</div>
    
    		</div> <!-- end signIn -->
    
    		<!-- Sign Up Tab Content -->
    		<div id="signUp" class="clearfix toggleTab">
    
    			<?php theme_my_login( array( 'register_form' => 'diagonal-register-form.php' ) ); ?>
    
    			<!-- Sidebar -->
    			<div id="sidebar">
    				<h3>Benefits for signing up</h3>
    
    				<ul>
    					<li>24/7 support from our team</li>
    					<li>Another great benefit</li>
    					<li>We're in the cloud, so accessing your data will be 10x faster</li>
    					<li>We use the latest technology on the market today</li>
    				</ul>
    			</div> <!-- end sidebar -->
    
    		</div> <!-- end signUp -->

Viewing 2 replies - 1 through 2 (of 2 total)