<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Services extends CI_Controller {
public function index()
{
$this->load->view('_head.php');
$this->load->view('v_services');
$this->load->view('_foot.php');
}
}
/* End of file welcome.php */
/* Location: ./application/controllers/services.php */