vivo/productMods/themes/vivo-basic/jsp/footer.jsp

16 lines
602 B
Text

<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<%-- DO NOT MODIFY THIS FILE. IT IS NOT USED IN THEME CUSTOMIZATION. --%>
<%@ page import="edu.cornell.mannlib.vitro.webapp.controller.freemarker.FreeMarkerHttpServlet" %>
<%
// This is here as a safety net. We should have gotten the values in identity.jsp,
// since it's the first jsp we hit.
String footer = (String) request.getAttribute("ftl_footer");
if (footer == null) {
FreeMarkerHttpServlet.getFreeMarkerComponentsForJsp(request);
}
%>
${ftl_footer}
${ftl_googleAnalytics}