Navigation help

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>

  • <r:title />
  • </r:normal>
    <r:here>
  • <r:title
    />
  • </r:here>
    <r:selected>
  • <r:title
    />
  • </r:selected>
    <r:between></r:between>
    </r:navigation>

    The problem is this renders

  • Projects: /projects/; Photos: /photos/; Blog
  • There has be to something obvious I’m missing.

    Thanks for the help in advance,

    Jared

    if you’re using 0.6.x then i believe you need to switch the ; to a |

    Projects: /projects/| Photos: /photos/| etc.

    john

    Thanks John.

    That was it. I also made note of this on the wiki.