Show signup_process.tpl.html syntax highlighted
<?php include 'includes/astrum_frontend_header.tpl.html'; ?>
<?php include 'includes/astrum_frontend_leftcolumn.tpl.html'; ?>
<div id="astrum_content_container">
<h1 id="astrum_content_title">Signup Confirmation</h1>
<div>
Your new account has been created with the following details:
<br/>
<br/>
<strong>Username:</strong> <?php echo $this->user['name'] ?><br/>
<strong>Email:</strong> <?php echo $this->user['email'] ?><br/>
<br/>
<br/>
</div>
</div><!--EOF:astrum_content_container-->
<!--TODO:astrum_content_right-->
<?php include 'includes/astrum_frontend_footer.tpl.html'; ?>
See more files for this project here