Subversion Repositories SmartDukaan

Rev

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

Rev 21116 Rev 21118
Line 1619... Line 1619...
1619
	    // Return response object to prevent controller from trying to render
1619
	    // Return response object to prevent controller from trying to render
1620
	    // a view
1620
	    // a view
1621
	    return $this->response;
1621
	    return $this->response;
1622
	}
1622
	}
1623
	
1623
	
-
 
1624
	function admin_docs($id){
-
 
1625
		compact('id');
-
 
1626
	}
-
 
1627
	
1624
	function privacyPolicy(){
1628
	function privacyPolicy(){
1625
		
1629
		
1626
	}
1630
	}
1627
}
1631
}