In the Utility section I created a Folder for footer with an alias called "footer":
Footer (Alias Footer)
-->Privacy -->Legal -->Ethics and Compliance Center
Create Nav nodes for each of these (no need to give them a nav alias though, just the one footer alias will do).
I am then going after the data in my footer include:
Then just use a getDescendants method in the tree just like in your normal navigation but instead of starting from the home node, start from the footer node set above.
<script>
// get navigation elements
o = createObject("component", "#application.packagepath#.farcry.tree");
qFooter = o.getDescendants(objectid=application.navid.footer, depth=1);
</cfscript><cfloop query="qFooter">
<skin:buildlink objectid=#qFooter.objectid#">#qFooter.objectName#</skin:buildLink> | </cfloop>
-Brendan http://farcry.daemon.com.au
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
