/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: elof.bigestans at gmail
  • Date: 2013-05-24 12:20:08 UTC
  • mto: This revision was merged to the branch mainline in revision 101.
  • Revision ID: elof.bigestans@gmail.com-20130524122008-ubpz4yp2kiy6a0d9
FurtherĀ modificationsĀ inĀ popups

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