Subversion Repositories SmartDukaan

Rev

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

Rev 5566 Rev 5638
Line 32... Line 32...
32
	static	{
32
	static	{
33
		try {
33
		try {
34
			snippetFileNames.put("product-index", BASE_PATH + "productindex.html");
34
			snippetFileNames.put("product-index", BASE_PATH + "productindex.html");
35
			snippetFileNames.put("accessories-compatibility-index", BASE_PATH + "accessories-compatibility-index.html");
35
			snippetFileNames.put("accessories-compatibility-index", BASE_PATH + "accessories-compatibility-index.html");
36
			snippetFileNames.put("most-compared-phones", BASE_PATH + "most-compared-index.html");
36
			snippetFileNames.put("most-compared-phones", BASE_PATH + "most-compared-index.html");
-
 
37
			snippetFileNames.put("most-frequently-searched", BASE_PATH + "most-frequently-searched.html");
37
			
38
			
38
			for (String index: snippetFileNames.keySet())	{
39
			for (String index: snippetFileNames.keySet())	{
39
				
40
				
40
				FileReader fr = new FileReader(snippetFileNames.get(index));
41
				FileReader fr = new FileReader(snippetFileNames.get(index));
41
				BufferedReader br = new BufferedReader(fr);
42
				BufferedReader br = new BufferedReader(fr);