mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
9 lines
190 B
PHP
Executable File
9 lines
190 B
PHP
Executable File
<?php $this->load->view("defaults/header");?>
|
|
|
|
<div class="about">
|
|
<h1>About</h1>
|
|
To edit this page edit application/views/about.php.
|
|
</div>
|
|
|
|
<?php $this->load->view("defaults/footer");?>
|