diff --git a/productMods/themes/vivo-basic/jsp/footer.jsp b/productMods/themes/vivo-basic/jsp/footer.jsp index e587ee83..f0ce53ab 100644 --- a/productMods/themes/vivo-basic/jsp/footer.jsp +++ b/productMods/themes/vivo-basic/jsp/footer.jsp @@ -8,7 +8,7 @@ // since it's the first jsp we hit. String footer = (String) request.getAttribute("ftl_footer"); if (footer == null) { - FreeMarkerHttpServlet.getFreeMarkerComponentsForJsp(request, response); + FreeMarkerHttpServlet.getFreeMarkerComponentsForJsp(request); } %> diff --git a/productMods/themes/vivo-basic/jsp/identity.jsp b/productMods/themes/vivo-basic/jsp/identity.jsp index 16bfc846..1a894e12 100644 --- a/productMods/themes/vivo-basic/jsp/identity.jsp +++ b/productMods/themes/vivo-basic/jsp/identity.jsp @@ -4,7 +4,7 @@ <%@ page import="edu.cornell.mannlib.vitro.webapp.controller.freemarker.FreeMarkerHttpServlet" %> <% -FreeMarkerHttpServlet.getFreeMarkerComponentsForJsp(request, response); +FreeMarkerHttpServlet.getFreeMarkerComponentsForJsp(request); %> ${ftl_identity} diff --git a/productMods/themes/vivo-basic/jsp/menu.jsp b/productMods/themes/vivo-basic/jsp/menu.jsp index d2affd7b..ee1f95cf 100644 --- a/productMods/themes/vivo-basic/jsp/menu.jsp +++ b/productMods/themes/vivo-basic/jsp/menu.jsp @@ -9,7 +9,7 @@ // since it's the first jsp we hit. String menu = (String) request.getAttribute("ftl_menu"); if (menu == null) { - FreeMarkerHttpServlet.getFreeMarkerComponentsForJsp(request, response); + FreeMarkerHttpServlet.getFreeMarkerComponentsForJsp(request); } %>