blob: bc81e74805273e21503a999037cc0a00fd0f7c4f [file] [log] [blame]
Derek Allard2067d1a2008-11-13 22:59:24 +00001<?php $this->load->view('header'); ?>
2
3<p><?php echo $scaff_no_data; ?></p>
4<p><?php echo anchor(array($base_uri, 'add'), $scaff_create_record); ?></p>
5
6<?php $this->load->view('footer');
7/* End of file no_data.php */
Derek Jonesa3ffbbb2008-05-11 18:18:29 +00008/* Location: ./system/scaffolding/views/no_data.php */