<%-- __________________________________________________________________________________________ Dreamweaver inserts include to this file just before /body (for Revize templates) As of 04-04-2011, indirectly included via: .../util/setup_editlist_before_endbody.jsp This file inserts code (html, link, javascript or jsp) plugins active on each page. The plugin code included in the body defines a class String variable checked below: e.g. <%! String "revize_photo_gallery"; %> Some plugin code is added based on settings in webspace_config (e.g. google_analytics). __________________________________________________________________________________________ --%><%-- ***** Get common code used by all Revize pages ***** --%><%@ include file="/plugins/setup/setup.before_endbody.common_include.jsp" %><% /*________________________________________________________________________________________ Following is plugin code. ________________________________________________________________________________________*/ /*-----------------------------------------------------------*/ rz.content = rz.webspace_config.get("google_analytics")+""; /*-----------------------------------------------------------*/ if (pageContext.getAttribute("REVIZE_GOOGLE_ANALYTICS",javax.servlet.jsp.PageContext.SESSION_SCOPE) == null //if not old standalone include && rz.content.length() > 0 && rz.content.indexOf("null") == -1) { %> <% } /*-----------------------------------------------------------*/ if (isRevizePluginActive("revize_photo_gallery")) { /*-----------------------------------------------------------*/ %><%@ include file="/plugins/photo_gallery/photo_gallery.before_endbody.template_include.jsp" %><% } %>