[Radiant] Navigation help

Jared Allen webwalrus at gmail.com
Sat May 12 14:33:52 CDT 2007


Hello all,

I'm trying to create navigation links using list items. Here is the code I'm
using that is placed in a snippet:

<r:navigation urls="Projects: /projects/; Photos: /photos/; Blog: /blog/">
      <r:normal><li><a href="<r:url />"><r:title /></a></li></r:normal>
      <r:here><li class="active"><a href="<r:url />"><r:title
/></a></li></r:here>
      <r:selected><li class="active"><a href="<r:url />"><r:title
/></a></li></r:selected>
      <r:between></r:between>
    </r:navigation>

The problem is this renders

<li><a href="/blog/">Projects: /projects/; Photos: /photos/; Blog</a>
</li>

There has be to something obvious I'm missing.

Thanks for the help in advance,

Jared



More information about the Radiant mailing list