Working menu editing controller NIHVIVO-710

This commit is contained in:
bdc34 2010-12-14 22:18:09 +00:00
parent e6b1b37326
commit 9871870cf4

View file

@ -308,6 +308,8 @@ public class FreemarkerHttpServlet extends VitroHttpServlet {
map.put("scripts", getScriptList(themeDir));
map.put("headScripts", getScriptList(themeDir));
map.put("currentPage", vreq.getServletPath().replaceFirst("/", ""));
map.putAll(getDirectives());
return map;