You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/author/views/message.php

13 lines
296 B
PHTML

<div class="container" style="min-height:650px; padding-top:50px;">
<div class="hero-unit">
<h1><?php echo $title; ?></h1>
<p><?php echo $content; ?></p>
<p>
<a href="<?php echo site_url(); ?>" class="btn btn-primary btn-large">
Back to homepage
</a>
</p>
</div>
</div>