Subversion Repositories SmartDukaan

Rev

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

Rev 790 Rev 820
Line 91... Line 91...
91
    		length += fqrys.length;
91
    		length += fqrys.length;
92
    	}
92
    	}
93
    	
93
    	
94
    	
94
    	
95
    	String[] newfqrys = new String[length];
95
    	String[] newfqrys = new String[length];
-
 
96
    	if(CategoryManager.getCategoryManager().getCategory(Long.parseLong(id)).getParentCategoryId() == 10000){
96
    	newfqrys[0] = "Category:"+categoryName;
97
    		newfqrys[0] = "F_50010:"+categoryName;
-
 
98
    	}else{
-
 
99
    		newfqrys[0] = "F_50011:"+categoryName;
-
 
100
    	}
-
 
101
    	
97
    	String urlCrumb = url;
102
    	String urlCrumb = url;
98
    	
103
    	
99
    	this.crumbs = new ArrayList<String[]>();
104
    	this.crumbs = new ArrayList<String[]>();
100
    	List<String> arrList = Arrays.asList(facetDefIDs);
105
    	List<String> arrList = Arrays.asList(facetDefIDs);
101
    	for(int i=1; i<length; i++) {
106
    	for(int i=1; i<length; i++) {