Subversion Repositories SmartDukaan

Rev

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

Rev 14996 Rev 15651
Line 15... Line 15...
15
 */
15
 */
16
	public $components = array('Paginator');
16
	public $components = array('Paginator');
17
 
17
 
18
	public function beforeFilter() {		
18
	public function beforeFilter() {		
19
		parent::beforeFilter();
19
		parent::beforeFilter();
20
		$this->Auth->allow('howitworks','pending','native','saholicoffline');
20
		$this->Auth->allow('howitworks','pending','native','saholicoffline','askforupdate');
21
		$this->layout = 'static';
21
		$this->layout = 'static';
22
	}
22
	}
23
/**
23
/**
24
 * index method
24
 * index method
25
 *
25
 *
Line 53... Line 53...
53
	}
53
	}
54
 
54
 
55
	public function saholicoffline() {
55
	public function saholicoffline() {
56
 
56
 
57
	}
57
	}
-
 
58
 
-
 
59
	public function askforupdate() {
-
 
60
 
-
 
61
	}
58
}
62
}