NIHVIVO-2028 Display of tab and menu management links is theme-dependent

This commit is contained in:
rjy7 2011-02-07 18:42:26 +00:00
parent d0dea6b3d4
commit 1b2f7bdf61

View file

@ -356,6 +356,7 @@ public class FreemarkerHttpServlet extends VitroHttpServlet {
map.put("urls", getUrls(themeDir, urlBuilder));
map.put("themeDir", themeDir);
map.put("currentTheme", themeDir.substring(themeDir.lastIndexOf('/')+1));
map.put("stylesheets", getStylesheetList(themeDir));
map.put("scripts", getScriptList(themeDir));
map.put("headScripts", getScriptList(themeDir));