added login FreemarkerComponentGenerator for use in JSPs as we work on the transition to freemarker
This commit is contained in:
parent
df3a3dd1c7
commit
a1e27c5935
2 changed files with 1 additions and 6 deletions
|
@ -37,6 +37,7 @@ public class FreemarkerComponentGenerator extends FreemarkerHttpServlet {
|
|||
request.setAttribute("ftl_identity", get("identity", root, config));
|
||||
request.setAttribute("ftl_menu", get("menu", 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_googleAnalytics", get("googleAnalytics", root, config));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue