Welcome Guest, Not a member yet? Register   Sign In
Problem with css in IE
#21

[eluser]InsiteFX[/eluser]
./application/views/template.php
Code:
<?php $this->load->view('bootstrap/header'); ?>

<?php $this->load->view('bootstrap/main'); ?>

<?php $this->load->view('bootstrap/footer'); ?>

Then all you need to do is this:
Code:
$this->load->view('template');




Theme © iAndrew 2016 - Forum software by © MyBB