Overview

This include allows advanced developers to manipulate the menu aItems array before rendering the floater menu.

<cfif fileexists("#application.path.project#/system/floatMenu/_customItems.cfm")>
	<cfinclude template="/farcry/projects/#application.projectDirectoryName#/system/floatMenu/_customItems.cfm">
</cfif>