Subversion Repositories SmartDukaan

Rev

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

Rev 21118 Rev 21119
Line 1620... Line 1620...
1620
	    // a view
1620
	    // a view
1621
	    return $this->response;
1621
	    return $this->response;
1622
	}
1622
	}
1623
	
1623
	
1624
	function admin_docs($id){
1624
	function admin_docs($id){
1625
		compact('id');
1625
		$this->set(compact('id'));
1626
	}
1626
	}
1627
	
1627
	
1628
	function privacyPolicy(){
1628
	function privacyPolicy(){
1629
		
1629
		
1630
	}
1630
	}