/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: Gustav Hatvigsson
  • Date: 2013-05-28 13:47:11 UTC
  • mfrom: (116.1.1 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130528134711-3lx8qwgx3nu380lg
Merged franssons changes:
Fixed a error in controllers/codeviewer.php

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);