<%-- __________________________________________________________________________________________ Dreamweaver inserts include to this file just before /body (for Revize editlist pages) As of 04-04-2011, indirectly included via: .../util/setup_editlist_before_endhead.jsp This file inserts code (html, link, javascript or jsp) for active plugins 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_endhead.common_include.jsp" %><% /*________________________________________________________________________________________ Following includes are used if plugin code is active on page. ________________________________________________________________________________________*/ /*-----------------------------------------------------------*/ if (isRevizePluginActive("revize_something")) { /*-----------------------------------------------------------*/ %><%@ include file="/plugins/general/general.before_endhead.editlist_include.jsp" %><% } %>