Subversion Repositories SmartDukaan

Rev

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

Rev 20331 Rev 20333
Line 163... Line 163...
163
				setcookie('txn_comp', 'yes', -1, '/');
163
				setcookie('txn_comp', 'yes', -1, '/');
164
			}else{
164
			}else{
165
				$this->set('localCartHistory',$localCartHistory);
165
				$this->set('localCartHistory',$localCartHistory);
166
			}
166
			}
167
			
167
			
-
 
168
		}
168
			ob_start();
169
		ob_start();
169
			if(!@include("category.php")) {
170
		if(!@include("category.php")) {
170
				$this->set('outputcategory','');
171
			$this->set('outputcategory','');
171
			} else {
172
		} else {
172
				$this->set('outputcategory', ob_get_clean());
173
			$this->set('outputcategory', ob_get_clean());
173
			}
-
 
174
		}
174
		}
175
 
175
 
176
    }
176
    }
177
	
177
	
178
	function checkAcl() {		
178
	function checkAcl() {