Customise Float Menu

Overview

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

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