/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: elof.bigestans at gmail
  • Date: 2013-05-24 14:08:59 UTC
  • mto: This revision was merged to the branch mainline in revision 107.
  • Revision ID: elof.bigestans@gmail.com-20130524140859-mc3nygcjlmpjkbk9
Cleaned up managecourses

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
                
42
42
                // Arrays
43
43
                $headTagData = array(
44
 
                        'cssFiles' => array('manageCoursesBody', 'bannermenu'),
 
44
                        'cssFiles' => array('manageCoursesBody', 'bannermenu', 'popup'),
45
45
                        'jsFiles' => array('examplesBody', 'userControls', 'manageCourses')
46
46
                );
47
47