Working menu editing controller NIHVIVO-710
This commit is contained in:
parent
e6b1b37326
commit
9871870cf4
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue