/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/codeviewer.php

  • Committer: a11andoh
  • Date: 2013-05-28 14:16:05 UTC
  • mfrom: (120 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 121.
  • Revision ID: a11andoh@student.his.se-20130528141605-0khzb2pt96vl2tuu
blurp

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        public function show($cid = null, $category = null, $subcategory = null, $example = null){
23
23
                if(!is_null($cid) && !is_null($category) && !is_null($subcategory) && !is_null($example)){
24
24
                        
25
 
                        $headTagData['cssFiles'] = array('headTag', 'header', 'codeviewer');
26
 
                        $headTagData['jsFiles'] = array('ace/ace', 'header');
 
25
                        $headTagData['cssFiles'] = array('headTag', 'bannermenu', 'codeviewer');
 
26
                        $headTagData['jsFiles'] = array('ace/ace', 'bannermenu');
27
27
                        
28
28
                        $this->load->model('codeviewer/Codeviewer_model');
29
29
                        $this->load->model('user', '', TRUE);