// The template path \\ template = createObject("component","com.template"); pathAdjusted = template.getPathAdjusted(type="level3"); // Get the adjusted path \\ pathCaller = template.getPathCaller(path="#CGI.SCRIPT_NAME#"); // Get the path of the caller page \\ // Menu \\ displayMenu = FALSE; menuListType = "siblingsAndChildren"; // listType: children, siblings, siblingsAndChildren, siblingsAndParent \\ menuIsAdmin = FALSE; // Toggle Admin \\ menuCustomTitle = ""; // Add a custom title \\ menuPath = ""; // Base URL for menu links \\ menuAllLinksActive = FALSE; // Makes all links active including current page \\ menuTemplate = ""; // Template that appears BELOW main menu. PATH IS ABSOLUTE FROM MOSAIC DIRECTORY \\ // The Right Bar \\ displayBar = FALSE; barTemplate = ""; // The template to use. PATH IS ABSOLUTE FROM MOSAIC DIRECTORY \\