2012-04-13 09:20:49 +02:00

9 lines
197 B
PHP
Executable File

<?php $this->load->view("defaults/header");?>
<div class="about">
<h1>About</h1>
To edit this page edit system/application/views/about.php.
</div>
<?php $this->load->view("defaults/footer");?>