Subversion Repositories SmartDukaan

Rev

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

Rev 12320 Rev 12321
Line 291... Line 291...
291
			filenames.add("HomeSnippet");
291
			filenames.add("HomeSnippet");
292
			filenames.add("ProductDetail");
292
			filenames.add("ProductDetail");
293
			filenames.add("SlideGuide");
293
			filenames.add("SlideGuide");
294
		}else {
294
		}else {
295
			filenames.add("store/" + catalogId + "/SearchSnippet");
295
			filenames.add("store/" + catalogId + "/SearchSnippet");
296
			filenames.add("store/" + catalogId + "/ProductPropertiesSnippet");
296
			filenames.add("ProductPropertiesSnippet");
297
			filenames.add("store/" + catalogId + "/CategorySnippet");
297
			filenames.add("store/" + catalogId + "/CategorySnippet");
298
			filenames.add("store/" + catalogId + "/HomeSnippet");
298
			filenames.add("store/" + catalogId + "/HomeSnippet");
299
			filenames.add("store/" + catalogId + "/ProductDetail");
299
			filenames.add("store/" + catalogId + "/ProductDetail");
300
			filenames.add("store/" + catalogId + "/SlideGuide");
300
			filenames.add("store/" + catalogId + "/SlideGuide");
301
		}
301
		}