Subversion Repositories SmartDukaan

Rev

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

Rev 10737 Rev 11356
Line 14... Line 14...
14
		$this->layout->setlayout('layout/layout_view');
14
		$this->layout->setlayout('layout/layout_view');
15
	}
15
	}
16
	
16
	
17
	
17
	
18
	function index(){
18
	function index(){
19
		
19
		$data = array();
-
 
20
		$url = 'http://www.saholic.com/'.uri_string();
-
 
21
		$data['errorurl'] = $url;
20
		$this->output->set_status_header('404');
22
		$this->output->set_status_header('404');
21
		$this->load->view('error_page_view');
23
		$this->load->view('error_page_view',$data);
22
		
24
		
23
	}
25
	}
24
	
26
	
25
	function api_error(){
27
	function api_error(){
26
		$this->layout->view('error_page_view');
28
		$this->layout->view('error_page_view');