vivo-basic wasn't rendering property. Now It is fixed.
This commit is contained in:
parent
c64483785c
commit
d4c96c6ba9
5 changed files with 9 additions and 26 deletions
|
@ -38,6 +38,8 @@ public class FreemarkerComponentGenerator extends FreemarkerHttpServlet {
|
|||
|
||||
request.setAttribute("ftl_identity", get("identity", root, config, vreq));
|
||||
request.setAttribute("ftl_menu", get("menu", root, config, vreq));
|
||||
request.setAttribute("ftl_stylesheets", get("stylesheets", root, config, vreq));
|
||||
request.setAttribute("ftl_headScripts", get("headScripts", root, config, vreq));
|
||||
request.setAttribute("ftl_search", get("search", root, config, vreq));
|
||||
request.setAttribute("ftl_footer", get("footer", root, config, vreq));
|
||||
request.setAttribute("ftl_googleAnalytics", get("googleAnalytics", root, config, vreq));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue