Subversion Repositories SmartDukaan

Rev

Rev 11460 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11460 Rev 11572
Line 226... Line 226...
226
    $data['stylesheet'] = 'recharge.css';
226
    $data['stylesheet'] = 'recharge.css';
227
    $data['title'] = 'Recharge Offer';
227
    $data['title'] = 'Recharge Offer';
228
    $data['response']=$this->faq_model->getHome($this->input->get(),$this->input->post(),$this->config->item('faq'));
228
    $data['response']=$this->faq_model->getHome($this->input->get(),$this->input->post(),$this->config->item('faq'));
229
    $this->layout->view('faq/rechargeoffer',$data);
229
    $this->layout->view('faq/rechargeoffer',$data);
230
  }
230
  }
-
 
231
  
-
 
232
  public function pickup(){
-
 
233
   // $data = array();
-
 
234
    //get cache 
-
 
235
    $configdata =array();
-
 
236
    $configdata = $this->config->item('faq');
-
 
237
    $cachemodule = array('header','footer');
-
 
238
    $configdata = getCache($configdata,$cachemodule);
-
 
239
    //end of get cache
-
 
240
    $this->lessphp->object()->ccompile('assets/css/recharge.less','assets/css/recharge.css');
-
 
241
    $data['stylesheet'] = 'recharge.css';
-
 
242
    $data['title'] = 'Buy Online and pick up in store';
-
 
243
    $data['response']=$this->faq_model->getHome($this->input->get(),$this->input->post(),$this->config->item('faq'));
-
 
244
    $this->layout->view('faq/pickup',$data);
-
 
245
  }
231
}
246
}
232
 
247
 
233
/* End of file welcome.php */
248
/* End of file welcome.php */
234
/* Location: ./application/controllers/welcome.php */
249
/* Location: ./application/controllers/welcome.php */