<%-- leftnav_initV2.jsp: interface to menus_leftnav_section_filter_include_code.jsp --%> <% { // These variables MAY be defined in menus_head_include.jsp as class varaibles via one // of the "setup.before_endhead..." jsp include files however they are defined here as // method variables to be sure they are available to menus_leftnav_section_filter_include // (i.e. they work with or without a "setup.before_endhead..." jsp include statement). // They are defined inside a java block to support multiple leftnav_init.jsp includes. // The return values are stored in "filter" and "rz.other" for use by menu manager button // originally configured to work with the original leftnav_init.jsp include file. String revize_menu_filter = ""; String revize_menu_linkplacement = ""; String revize_menu_minlevel = ""; boolean revize_menu_empty = false; String revize_menu_leftnav_embedded = ""; revize_menu_filter = filter; %><%@ include file="/plugins/menus/menus_leftnav_section_filter_include_code.jsp" %><% // save filter & minlevel for use with menu manager button and leftnav_list.jsp filter = revize_menu_filter; rz.other = revize_menu_minlevel; } %>