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

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-24 12:22:41 UTC
  • mfrom: (83.2.8 pvp)
  • Revision ID: gustav.hartvigsson@gmail.com-20130524122241-q8hvfbdjwkn7cuhd
Some fixes.... Woops!

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
                 *      This function loads a popupview to be displayed, the argument is the name of the popupview
16
16
                 */
17
17
                public function popup($popupName) {
18
 
                        // Arrays
 
18
                        $this->load->view('popup/'.$popupName);
 
19
                }
 
20
 
 
21
                function showPopup($popupName) {
19
22
                        $headTagData = array(
20
23
                                'cssFiles' => array('bannermenu', 'popup')
21
24
                        );