Subversion Repositories SmartDukaan

Rev

Rev 651 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 651 Rev 786
Line 264... Line 264...
264
    
264
    
265
    public List<String[]> getCrumbs() {
265
    public List<String[]> getCrumbs() {
266
    	return this.crumbs;
266
    	return this.crumbs;
267
    }
267
    }
268
 
268
 
-
 
269
    public String getSortOrder(){
-
 
270
    	return this.sortOrder;
-
 
271
    }
269
}
272
}