load->library('email'); $this->load->helper('language'); } public function frm_contact() { //$this->load->library('../controllers/forms'); echo $this->forms_model->contact(); //echo $this->forms->contact(); } public function frm_newsletter() { echo $this->forms_model->newsletter(); } public function frm_order($id) { echo $this->forms_model->order($id); } } ?>