Subversion Repositories SmartDukaan

Rev

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

Rev 2018 Rev 2031
Line 142... Line 142...
142
	}
142
	}
143
 
143
 
144
	public void setRedirectUrl(String redirectUrl) {
144
	public void setRedirectUrl(String redirectUrl) {
145
		this.redirectUrl = redirectUrl;
145
		this.redirectUrl = redirectUrl;
146
	}
146
	}
147
 
-
 
148
	public String getLoginHeaderSnippet() {
-
 
149
		return htmlSnippets.get("LOGIN_HEADER");
-
 
150
	}
-
 
151
}
147
}