Subversion Repositories SmartDukaan

Rev

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

Rev 11391 Rev 11393
Line 196... Line 196...
196
    $data['stylesheet'] = 'recharge.css';
196
    $data['stylesheet'] = 'recharge.css';
197
    $data['title'] = 'About Us';
197
    $data['title'] = 'About Us';
198
    $data['response']=$this->faq_model->getHome($this->input->get(),$this->input->post(),$this->config->item('faq'));
198
    $data['response']=$this->faq_model->getHome($this->input->get(),$this->input->post(),$this->config->item('faq'));
199
    $this->layout->view('faq/aboutus',$data);
199
    $this->layout->view('faq/aboutus',$data);
200
  }
200
  }
-
 
201
  
-
 
202
  public function easylinux(){
-
 
203
   // $data = array();
-
 
204
    //get cache 
-
 
205
    $configdata =array();
-
 
206
    $configdata = $this->config->item('faq');
-
 
207
    $cachemodule = array('header','footer');
-
 
208
    $configdata = getCache($configdata,$cachemodule);
-
 
209
    //end of get cache
-
 
210
    $this->lessphp->object()->ccompile('assets/css/recharge.less','assets/css/recharge.css');
-
 
211
    $data['stylesheet'] = 'recharge.css';
-
 
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'));
-
 
214
    $this->layout->view('faq/easylinux',$data);
-
 
215
  }
201
}
216
}
202
 
217
 
203
/* End of file welcome.php */
218
/* End of file welcome.php */
204
/* Location: ./application/controllers/welcome.php */
219
/* Location: ./application/controllers/welcome.php */