Subversion Repositories SmartDukaan

Rev

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

Rev 11252 Rev 11383
Line 166... Line 166...
166
      setCache($configdata['module'],$cachemodule,$data['response']);
166
      setCache($configdata['module'],$cachemodule,$data['response']);
167
    }
167
    }
168
    //end of set cache\
168
    //end of set cache\
169
    $this->layout->view('faq/faq_view',$data);
169
    $this->layout->view('faq/faq_view',$data);
170
  }
170
  }
-
 
171
  
-
 
172
  public function oneassists(){
-
 
173
   // $data = array();
-
 
174
    //get cache 
-
 
175
    $configdata =array();
-
 
176
    $configdata = $this->config->item('faq');
-
 
177
    $cachemodule = array('header','footer');
-
 
178
    $configdata = getCache($configdata,$cachemodule);
-
 
179
    //end of get cache
-
 
180
    $this->lessphp->object()->ccompile('assets/css/recharge.less','assets/css/recharge.css');
-
 
181
    $data['stylesheet'] = 'recharge.css';
-
 
182
    $data['title'] = 'Insure Against Theft';
-
 
183
    $data['response']=$this->faq_model->getHome($this->input->get(),$this->input->post(),$this->config->item('faq'));
-
 
184
    $this->layout->view('faq/oneassists',$data);
-
 
185
  }
171
}
186
}
172
 
187
 
173
/* End of file welcome.php */
188
/* End of file welcome.php */
174
/* Location: ./application/controllers/welcome.php */
-
 
175
189
/* Location: ./application/controllers/welcome.php */
-
 
190