Esempio n. 1
0
  <body>
    <div class="container">

      <div class="content">
        <div class="page-header" style="height:100px;">
		<?php 
Presentation::outputHeader();
?>
		<div id="moneyTreeImage" style="position:relative;left:400px;top:-70px;width:200px;">
		</div>
        </div>
        <div class="row">
          <div class="span11">
			<h3>Account Confirmed</h3><br/>
			<p>Your account has been confirmed!</p>
			<p>Click the button below to go to the home page, and log in.</p>
			<button class="btn primary" id="homePage">Go to home page</button>
          </div>
        </div>
      </div>

	<?php 
Presentation::outputFooter();
?>

    </div> <!-- /container -->

  </body>
</html>