<%@ include file="/plugins/setup/setup_include_header.jsp" %> <%-- ------------------------------------------------------------------------------------------ ***** FILE RETAINED FOR BACKWARD COMPATIBILITY ***** This spippet should be placed just before statement for template It does end of page processing which as of Mar 2011 only consists of google analytics if there is a "google_analytics" field in webspace_config and it is not blank. ------------------------------------------------------------------------------------------ --%><% rz.content = rz.webspace_config.get("google_analytics")+""; if (rz.content.length() > 0 && rz.content.indexOf("null") == -1) { %> <% } %>