Guest User

Untitled

a guest
Jun 20th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1.     public function __construct() {
  2.         parent::__construct();
  3.         if($this->uri->total_segments() == 1) {
  4.             $this->load->view('layout/header');
  5.         }
  6.     }
Add Comment
Please, Sign In to add comment