<?php require 'application/view/template/header.php';?> 
<table align="center" width="900px"> 
    <tr> 
        <td align="center"><?php //echo $this->log;?> <!-- messages --></td> 
    </tr> 
    <tr valign="top"> 
        <td> 
        <h3>Welcome to my mvc click news nav button</h3> 
        </td> 
    </tr> 
</table> 
<?php require 'application/view/template/footer.php';?>
 
 |