| Line 62... |
Line 62... |
| 62 |
$data['stylesheet'] = 'recharge.css';
|
62 |
$data['stylesheet'] = 'recharge.css';
|
| 63 |
$data['title'] = 'Terms & Conditions | saholic.com';
|
63 |
$data['title'] = 'Terms & Conditions | saholic.com';
|
| 64 |
$data['response']=$this->faq_model->getHome($this->input->get(),$this->input->post(),$this->config->item('faq'));
|
64 |
$data['response']=$this->faq_model->getHome($this->input->get(),$this->input->post(),$this->config->item('faq'));
|
| 65 |
$this->layout->view('faq/terms_conditions',$data);
|
65 |
$this->layout->view('faq/terms_conditions',$data);
|
| 66 |
}
|
66 |
}
|
| - |
|
67 |
public function otg(){
|
| - |
|
68 |
// $data = array();
|
| - |
|
69 |
//get cache
|
| - |
|
70 |
$configdata =array();
|
| - |
|
71 |
$configdata = $this->config->item('faq');
|
| - |
|
72 |
$cachemodule = array('header','footer');
|
| - |
|
73 |
$configdata = getCache($configdata,$cachemodule);
|
| - |
|
74 |
//end of get cache
|
| - |
|
75 |
$this->lessphp->object()->ccompile('assets/css/recharge.less','assets/css/recharge.css');
|
| - |
|
76 |
$data['stylesheet'] = 'recharge.css';
|
| - |
|
77 |
$data['title'] = 'On Time Guarantee, We Pay if we Delay';
|
| - |
|
78 |
$data['response']=$this->faq_model->getHome($this->input->get(),$this->input->post(),$this->config->item('faq'));
|
| - |
|
79 |
$this->layout->view('faq/otg',$data);
|
| - |
|
80 |
}
|
| - |
|
81 |
|
| - |
|
82 |
public function instore(){
|
| - |
|
83 |
// $data = array();
|
| - |
|
84 |
//get cache
|
| - |
|
85 |
$configdata =array();
|
| - |
|
86 |
$configdata = $this->config->item('faq');
|
| - |
|
87 |
$cachemodule = array('header','footer');
|
| - |
|
88 |
$configdata = getCache($configdata,$cachemodule);
|
| - |
|
89 |
//end of get cache
|
| - |
|
90 |
$this->lessphp->object()->ccompile('assets/css/recharge.less','assets/css/recharge.css');
|
| - |
|
91 |
$data['stylesheet'] = 'recharge.css';
|
| - |
|
92 |
$data['title'] = 'Instore Pickup';
|
| - |
|
93 |
$data['response']=$this->faq_model->getHome($this->input->get(),$this->input->post(),$this->config->item('faq'));
|
| - |
|
94 |
$this->layout->view('faq/instore',$data);
|
| - |
|
95 |
}
|
| - |
|
96 |
|
| - |
|
97 |
public function insure(){
|
| - |
|
98 |
// $data = array();
|
| - |
|
99 |
//get cache
|
| - |
|
100 |
$configdata =array();
|
| - |
|
101 |
$configdata = $this->config->item('faq');
|
| - |
|
102 |
$cachemodule = array('header','footer');
|
| - |
|
103 |
$configdata = getCache($configdata,$cachemodule);
|
| - |
|
104 |
//end of get cache
|
| - |
|
105 |
$this->lessphp->object()->ccompile('assets/css/recharge.less','assets/css/recharge.css');
|
| - |
|
106 |
$data['stylesheet'] = 'recharge.css';
|
| - |
|
107 |
$data['title'] = 'Insure Against Theft';
|
| - |
|
108 |
$data['response']=$this->faq_model->getHome($this->input->get(),$this->input->post(),$this->config->item('faq'));
|
| - |
|
109 |
$this->layout->view('faq/insure',$data);
|
| - |
|
110 |
}
|
| - |
|
111 |
|
| 67 |
public function emi(){
|
112 |
public function emi(){
|
| 68 |
$data = array();
|
113 |
$data = array();
|
| 69 |
//get cache
|
114 |
//get cache
|
| 70 |
$configdata =array();
|
115 |
$configdata =array();
|
| 71 |
$configdata = $this->config->item('payment');
|
116 |
$configdata = $this->config->item('payment');
|