Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

So it is as simple as grabbing the genericNav code and assign a different CSS id that points to some rules you want to apply.

Although a good insight to how it works, there is already a existing sitemap tag which you can find through:

\farcry\core\tags\webskin\sitemap.cfm

Include it by:

Code Block
Include sitemap tag
Include sitemap tag

<!--- sitemap navigation --->
<skin:sitemap>

Of course don't forget to include the webskin tag library by:

Code Block
Include webskin tag library
Include webskin tag library

<cfimport taglib="/farcry/core/tags/webskin" prefix="skin" />