Subversion Repositories SmartDukaan

Rev

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

Rev 20333 Rev 20334
Line 164... Line 164...
164
			}else{
164
			}else{
165
				$this->set('localCartHistory',$localCartHistory);
165
				$this->set('localCartHistory',$localCartHistory);
166
			}
166
			}
167
			
167
			
168
		}
168
		}
-
 
169
		if($this->checkToken($userId)==1){
169
		ob_start();
170
			ob_start();
170
		if(!@include("category.php")) {
171
			if(!@include("category.php")) {
171
			$this->set('outputcategory','');
172
				$this->set('outputcategory','');
172
		} else {
173
			} else {
173
			$this->set('outputcategory', ob_get_clean());
174
				$this->set('outputcategory', ob_get_clean());
-
 
175
			}
174
		}
176
		}
175
 
177
 
176
    }
178
    }
177
	
179
	
178
	function checkAcl() {		
180
	function checkAcl() {