NIHVIVO-556 no longer necessary to call login.ftl from a jsp
This commit is contained in:
parent
fababdd9d2
commit
377a225b73
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue