Subversion Repositories SmartDukaan

Rev

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

Rev 3903 Rev 4137
Line 112... Line 112...
112
    	}
112
    	}
113
    	else {
113
    	else {
114
    		this.categoryTitle = this.categoryName.replace("Phones", "Mobile Phones");
114
    		this.categoryTitle = this.categoryName.replace("Phones", "Mobile Phones");
115
    	}
115
    	}
116
 
116
 
117
		String[] facetDefIDs = new String[] {"Category","F_50002","F_50001",  "F_50006", "F_50007" };
117
		String[] facetDefIDs = Utils.facetDefIDs;
118
    	
-
 
119
    	String[] facetLabels = new String[] {"Category","Price", "Brand", "Data Connectivity", "Camera Resolution" 	};
118
    	String[] facetLabels = Utils.facetLabels;
120
 
119
 
121
    	String[] fqrys = this.request.getParameterValues("fq");
120
    	String[] fqrys = this.request.getParameterValues("fq");
122
 
121
 
123
    	url = "?";
122
    	url = "?";
124
    	    	
123