delete.php

Go to the documentation of this file.
00001 <?php  $this->load->view('header');  ?>
00002 
00003 <p><?php echo $message; ?></p>
00004 
00005 <p><?php echo $no; ?>&nbsp;&nbsp;|&nbsp;&nbsp;<?php echo $yes; ?>
00006 
00007 <?php $this->load->view('footer'); 
00008 /* End of file delete.php */
00009 /* Location: ./system/scaffolding/views/delete.php */