Subversion Repositories SmartDukaan

Rev

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

Rev 924 Rev 942
Line 811... Line 811...
811
				e.printStackTrace();
811
				e.printStackTrace();
812
			}
812
			}
813
	
813
	
814
		return null;
814
		return null;
815
	}
815
	}
816
	
-
 
817
 
-
 
818
	public String getCategoryHeaderSnippet() {
-
 
819
		String htmlString = "";
-
 
820
		VelocityContext context = new VelocityContext();
-
 
821
		String templateFile = "templates/categoryheader.vm";
-
 
822
		htmlString = getHtmlFromVelocity(templateFile, context);
-
 
823
		return htmlString;
-
 
824
	}
-
 
825
 
-
 
826
		
-
 
827
 
-
 
828
}
816
}
829
 
817