Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
10582 lgm 1
 
2
<?php $this->load->view('layout/header'); ?>
3
 
4
<?php echo $content_for_layout; ?>
5
 
6
<?php $this->load->view('layout/footer'); ?>