NIHVIVO-556 no longer necessary to call login.ftl from a jsp

This commit is contained in:
nac26 2010-10-28 16:46:18 +00:00
parent fababdd9d2
commit 377a225b73

View file

@ -37,7 +37,6 @@ public class FreemarkerComponentGenerator extends FreemarkerHttpServlet {
request.setAttribute("ftl_identity", get("identity", root, config)); request.setAttribute("ftl_identity", get("identity", root, config));
request.setAttribute("ftl_menu", get("menu", root, config)); request.setAttribute("ftl_menu", get("menu", root, config));
request.setAttribute("ftl_search", get("search", root, config)); request.setAttribute("ftl_search", get("search", root, config));
request.setAttribute("ftl_login", get("login", root, config));
request.setAttribute("ftl_footer", get("footer", root, config)); request.setAttribute("ftl_footer", get("footer", root, config));
request.setAttribute("ftl_googleAnalytics", get("googleAnalytics", root, config)); request.setAttribute("ftl_googleAnalytics", get("googleAnalytics", root, config));
} }