Guest User

Untitled

a guest
Jun 20th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 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_v');
  5. }
  6. }
Add Comment
Please, Sign In to add comment