load->view('header', ['active' => 'encrypter', 'title' => lang('encrypter_site_title')]); $this->load->view('tools/encrypter/main', ['active' => $active]); $this->load->view('footer', ['additionalScripts' => ['encrypters.js']]); } }