Merging r5307 through r5308 from nihvivo-rel-1.1-maint
This commit is contained in:
parent
809120a3ae
commit
a3b539417e
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ public class FreeMarkerComponentGenerator extends FreeMarkerHttpServlet {
|
|||
request.setAttribute("ftl_menu", get("menu", root, config));
|
||||
request.setAttribute("ftl_search", get("search", root, config));
|
||||
request.setAttribute("ftl_footer", get("footer", root, config));
|
||||
request.setAttribute("ftl_googleAnalytics", get("googleAnalytics", root, config));
|
||||
}
|
||||
|
||||
private String get(String templateName, Map<String, Object> root, Configuration config) {
|
||||
|
|
Loading…
Add table
Reference in a new issue