Subversion Repositories SmartDukaan

Rev

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

Rev 20329 Rev 20330
Line 165... Line 165...
165
				$this->set('localCartHistory',$localCartHistory);
165
				$this->set('localCartHistory',$localCartHistory);
166
			}
166
			}
167
			
167
			
168
			ob_start();
168
			ob_start();
169
			if(!@include("category.php")) {
169
			if(!@include("category.php")) {
170
				$this->set('outputcategory') = '';
170
				$this->set('outputcategory','');
171
			} else {
171
			} else {
172
				$this->set('outputcategory') = ob_get_clean();
172
				$this->set('outputcategory') = ob_get_clean();
173
			}
173
			}
174
		}
174
		}
175
 
175