Subversion Repositories SmartDukaan

Rev

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

Rev 1110 Rev 1184
Line 70... Line 70...
70
		VelocityContext context = new VelocityContext();
70
		VelocityContext context = new VelocityContext();
71
		String templateFile = "templates/registrationheader.vm";
71
		String templateFile = "templates/registrationheader.vm";
72
		htmlString = getHtmlFromVelocity(templateFile, context);
72
		htmlString = getHtmlFromVelocity(templateFile, context);
73
		return htmlString;
73
		return htmlString;
74
	}
74
	}
-
 
75
	
-
 
76
	public String getSigninSignupHeaderHtml()	{
-
 
77
		String htmlString = "";
-
 
78
		VelocityContext context = new VelocityContext();
-
 
79
		String templateFile = "templates/signinsignupheader.vm";
-
 
80
		htmlString = getHtmlFromVelocity(templateFile, context);
-
 
81
		return htmlString;
-
 
82
	}
75
 
83
 
76
	public String getLoginHeaderHtml() {
84
	public String getLoginHeaderHtml() {
77
		String htmlString = "";
85
		String htmlString = "";
78
		VelocityContext context = new VelocityContext();
86
		VelocityContext context = new VelocityContext();
79
		String templateFile = "templates/loginheader.vm";
87
		String templateFile = "templates/loginheader.vm";