load->model('m_website_unlaacid'); $this->load->helpers(array('form', 'form_helper','url_helper')); } public function dosen_pascasarjana(){ $data['title'] = "UNLA - Rekrutmen Dosen Pascasarjana"; $this->m_website_unlaacid->counter_rekrut(); $this->load->view('web/new/v_header',$data); $this->load->view('web/new/v_menu'); $this->load->view('web/new/fakultas/pascasarjana/v_rekrutmen.php'); $this->load->view('web/new/v_footer'); } }