Hi folks

Im having a bit of a blonde moment (!) and cant seem to integrate the
standard site navigation into my V4 template. When using farcry 3, I
incorporated the main navigation into any site using a file called
_genericNav.cfm

which was called from a dmHTML page like this:-

 <cfmodule template="/farcry/#application.applicationname#/webskin/
includes/_genericNav.cfm"
        navID="#request.navid#"
        functionMethod="getBloodline"
        functionArgs="jointable=""dmNavigation"",
status=""#request.mode.lvalidstatus#"""
        id="navSecondary"
        startlevel="2"
        bActive="true"
        bIncludeHome="true">

Ive had a look within the built-in farcry 4 templates and I can see
the above solution has changed to this:-

        <skin:genericNav navID="#application.navid.home#"
                        id="nav"
                        depth="2"
                        bActive="true"
                        bIncludeHome="true">

The problem is, when I use the above script, I cant see any of my
sites navigation (!) Am I missing something?

Thanks in advance

B


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to