Subversion Repositories SmartDukaan

Rev

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

Rev 20330 Rev 20331
Line 167... Line 167...
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
 
176
    }
176
    }
177
	
177