Subversion Repositories SmartDukaan

Rev

Rev 11590 | Rev 13253 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11590 Rev 13178
Line 23... Line 23...
23
    $this->lessphp->object()->ccompile('assets/css/recharge.less','assets/css/recharge.css');
23
    $this->lessphp->object()->ccompile('assets/css/recharge.less','assets/css/recharge.css');
24
    $data['stylesheet'] = 'recharge.css';
24
    $data['stylesheet'] = 'recharge.css';
25
    $data['title'] = 'Expired Offer';
25
    $data['title'] = 'Expired Offer';
26
    $this->layout->view('statics/invalidoffer',$data);
26
    $this->layout->view('statics/invalidoffer',$data);
27
  }
27
  }
-
 
28
 
-
 
29
  public function gosf() {
-
 
30
    $this->lessphp->object()->ccompile('assets/css/gosf.less','assets/css/gosf.css');
-
 
31
    $data['stylesheet'] = 'gosf.css';
-
 
32
    $data['title'] = 'GOSF 2014';
-
 
33
    $this->layout->view('statics/gosf',$data);    
-
 
34
  }
28
}
35
}
29
 
36
 
30
/* End of file statics.php */
37
/* End of file statics.php */
31
/* Location: ./application/widgets/controllers/statics.php */
38
/* Location: ./application/widgets/controllers/statics.php */