<%@ include file="/plugins/setup/setup_include_header.jsp" %><%-- __________________________________________________________________________________________ Includes topnav menu when page is viewed if technology supported otherwise include when template is published. __________________________________________________________________________________________ --%><% String VERSION = "v05-10-2011"; %> <% String technology = StringUtils.getParameter(request,"technology").toLowerCase(); String includepath = StringUtils.getParameter(request,"includepath"); if (includepath.indexOf("//") == 0) includepath = includepath.substring(1); String filename = "/" + includepath + "/menus/topnav_include." + technology; if (technology.equals("php")) { %> /"; } $INCLUDE_PATH=$INCLUDE_PATH."menus/topnav_include.<%=technology%>"; } else { $INCLUDE_PATH=$INCLUDE_PATH."/_includes_/menus/topnav_include.<%=technology%>"; } ?> <% } else //unsupported runtime technology - include menu at publish time { %><% } %>