<?php echo $header; ?> <section class="content small"> <h1>Install complete!</h1> <section class="options"> <a href="<?php echo $root_uri; ?>index.php/admin" class="button">Visit your admin panel</a> <a href="<?php echo $root_uri; ?>" class="right">Visit your new site</a> </section> </section> <?php echo $footer; ?>