Subversion Repositories SmartDukaan

Rev

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

Rev 5121 Rev 5190
Line 25... Line 25...
25
	
25
	
26
	static	{
26
	static	{
27
		try {
27
		try {
28
			snippetFileNames.put("product-index", BASE_PATH + "productindex.html");
28
			snippetFileNames.put("product-index", BASE_PATH + "productindex.html");
29
			snippetFileNames.put("accessories-compatibility-index", BASE_PATH + "compatible-accessories-index.html");
29
			snippetFileNames.put("accessories-compatibility-index", BASE_PATH + "compatible-accessories-index.html");
-
 
30
			snippetFileNames.put("most-compared-phones", BASE_PATH + "most-compared-index.html");
30
			
31
			
31
			for (String index: snippetFileNames.keySet())	{
32
			for (String index: snippetFileNames.keySet())	{
32
				
33
				
33
				FileReader fr = new FileReader(snippetFileNames.get(index));
34
				FileReader fr = new FileReader(snippetFileNames.get(index));
34
				BufferedReader br = new BufferedReader(fr);
35
				BufferedReader br = new BufferedReader(fr);