~paul-citrusdb/citrusdb/3.x

« back to all changes in this revision

Viewing changes to application/controllers/services.php

  • Committer: Paul Yasi
  • Date: 2011-05-11 19:59:16 UTC
  • Revision ID: paul@citrusdb.org-20110511195916-mc7sxefqj8oxmxym
fixing some broken urls and lang variables in billing mini index

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
                        $this->load->model('service_model');
36
36
                        $data = $this->service_model->service_categories($this->account_number);
37
37
                        $this->load->view('services/services_heading', $data);
 
38
                        
38
39
                        // TODO make this service/index work
39
40
                        //$this->load->view('services/index');
40
41