Subversion Repositories SmartDukaan

Rev

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

Rev 11393 Rev 11460
Line 211... Line 211...
211
    $data['stylesheet'] = 'recharge.css';
211
    $data['stylesheet'] = 'recharge.css';
212
    $data['title'] = 'Learn to install and use Linux';
212
    $data['title'] = 'Learn to install and use Linux';
213
    $data['response']=$this->faq_model->getHome($this->input->get(),$this->input->post(),$this->config->item('faq'));
213
    $data['response']=$this->faq_model->getHome($this->input->get(),$this->input->post(),$this->config->item('faq'));
214
    $this->layout->view('faq/easylinux',$data);
214
    $this->layout->view('faq/easylinux',$data);
215
  }
215
  }
-
 
216
  
-
 
217
  public function rechargeoffer(){
-
 
218
   // $data = array();
-
 
219
    //get cache 
-
 
220
    $configdata =array();
-
 
221
    $configdata = $this->config->item('faq');
-
 
222
    $cachemodule = array('header','footer');
-
 
223
    $configdata = getCache($configdata,$cachemodule);
-
 
224
    //end of get cache
-
 
225
    $this->lessphp->object()->ccompile('assets/css/recharge.less','assets/css/recharge.css');
-
 
226
    $data['stylesheet'] = 'recharge.css';
-
 
227
    $data['title'] = 'Recharge Offer';
-
 
228
    $data['response']=$this->faq_model->getHome($this->input->get(),$this->input->post(),$this->config->item('faq'));
-
 
229
    $this->layout->view('faq/rechargeoffer',$data);
-
 
230
  }
216
}
231
}
217
 
232
 
218
/* End of file welcome.php */
233
/* End of file welcome.php */
219
/* Location: ./application/controllers/welcome.php */
234
/* Location: ./application/controllers/welcome.php */