Subversion Repositories SmartDukaan

Rev

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

Rev 1623 Rev 1768
Line 71... Line 71...
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
	
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
	}
-
 
83
 
76
 
84
	public String getLoginHeaderHtml() {
77
	public String getLoginHeaderHtml() {
85
		String htmlString = "";
78
		String htmlString = "";
86
		VelocityContext context = new VelocityContext();
79
		VelocityContext context = new VelocityContext();
87
		String templateFile = "templates/loginheader.vm";
80
		String templateFile = "templates/loginheader.vm";