verify.php (296B)
1 <div class="container"> 2 3 <h1>Verification</h1> 4 <div class="box"> 5 6 <!-- echo out the system feedback (error and success messages) --> 7 <?php $this->renderFeedbackMessages(); ?> 8 9 <a href="<?php echo Config::get('URL'); ?>">Go back to home page</a> 10 </div> 11 12 </div>