| Line 177... |
Line 177... |
| 177 |
$cachemodule = array('header','footer');
|
177 |
$cachemodule = array('header','footer');
|
| 178 |
$configdata = getCache($configdata,$cachemodule);
|
178 |
$configdata = getCache($configdata,$cachemodule);
|
| 179 |
//end of get cache
|
179 |
//end of get cache
|
| 180 |
$this->lessphp->object()->ccompile('assets/css/recharge.less','assets/css/recharge.css');
|
180 |
$this->lessphp->object()->ccompile('assets/css/recharge.less','assets/css/recharge.css');
|
| 181 |
$data['stylesheet'] = 'recharge.css';
|
181 |
$data['stylesheet'] = 'recharge.css';
|
| 182 |
$data['title'] = 'Insure Against Theft';
|
182 |
$data['title'] = 'OneAssist Data Protection';
|
| 183 |
$data['response']=$this->faq_model->getHome($this->input->get(),$this->input->post(),$this->config->item('faq'));
|
183 |
$data['response']=$this->faq_model->getHome($this->input->get(),$this->input->post(),$this->config->item('faq'));
|
| 184 |
$this->layout->view('faq/oneassists',$data);
|
184 |
$this->layout->view('faq/oneassists',$data);
|
| 185 |
}
|
185 |
}
|
| - |
|
186 |
|
| - |
|
187 |
public function aboutus(){
|
| - |
|
188 |
// $data = array();
|
| - |
|
189 |
//get cache
|
| - |
|
190 |
$configdata =array();
|
| - |
|
191 |
$configdata = $this->config->item('faq');
|
| - |
|
192 |
$cachemodule = array('header','footer');
|
| - |
|
193 |
$configdata = getCache($configdata,$cachemodule);
|
| - |
|
194 |
//end of get cache
|
| - |
|
195 |
$this->lessphp->object()->ccompile('assets/css/recharge.less','assets/css/recharge.css');
|
| - |
|
196 |
$data['stylesheet'] = 'recharge.css';
|
| - |
|
197 |
$data['title'] = 'About Us';
|
| - |
|
198 |
$data['response']=$this->faq_model->getHome($this->input->get(),$this->input->post(),$this->config->item('faq'));
|
| - |
|
199 |
$this->layout->view('faq/aboutus',$data);
|
| - |
|
200 |
}
|
| 186 |
}
|
201 |
}
|
| 187 |
|
202 |
|
| 188 |
/* End of file welcome.php */
|
203 |
/* End of file welcome.php */
|
| 189 |
/* Location: ./application/controllers/welcome.php */
|
204 |
/* Location: ./application/controllers/welcome.php */
|