creating dynamic paths/mappings in Application.cfc?
Hey Guys!
I want to create a dynamic path or mapping that points back to my sites root.
So that way no matter if I have this:
<cfinclude template="../../includes/header.cfm">
Or this:
<cfinclude template="../includes/header.cfm">
It would be something like this:
<cfinclude template="#application.siteroot#header.cfm">
I know there are functions out there that help grab directory names and such but putting them all together is the confusing part.
Thanks for any help on this.
Chris
