Guest User

Untitled

a guest
Dec 15th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1. public function index()
  2.     {
  3.                 $this->detect_user_language();
  4.                                
  5.         $data = array(
  6.             'view'          => $this->router->class,
  7.                         'language'              => $this->language
  8.         );
  9.  
  10.         $this->load->view(FRONTEND_PATH . "/{$this->theme}/container", array_merge($this->data, $data));
  11.     }
Add Comment
Please, Sign In to add comment