/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/application/controllers/ManageCourses.php

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-28 14:52:36 UTC
  • mfrom: (90.1.17 lenasys2)
  • Revision ID: gustav.hartvigsson@gmail.com-20130528145236-35j250ahlry1ut06
Merged Jonsson:s code:
Fixed some css on the cmsindex.
Updated pics with transparent background.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
                /* Loads used models */
35
35
                $this->load->model('user');
36
36
                $this->load->model('admin/admin_model');
 
37
                $this->load->model('ExamplesModel');
37
38
 
38
39
                $this->load->library('session');
39
40
                $this->load->helper('form');