Initial commit

This commit is contained in:
2010-12-31 01:05:08 -07:00
commit 84d3b511a0
330 changed files with 71369 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php $this->load->view('header'); ?>
<p><?php echo $message; ?></p>
<p><?php echo $no; ?>&nbsp;&nbsp;|&nbsp;&nbsp;<?php echo $yes; ?>
<?php $this->load->view('footer');
/* End of file delete.php */
/* Location: ./system/scaffolding/views/delete.php */