Just joined the list. Let me first say what a great app Radiant seems to be. Good job.
I'm using the following navigation tag snippet: <ul id="navlist"> <r:navigation urls="home: /; learn: /learn/; news: /news/; join: / join/; about: /about/"> <r:normal><li><a href="<r:url />"><r:title /></a></li></r:normal> <r:here><li id="active"><r:title /></li></r:here> <r:selected><li id="active"><r:title /></li></r:selected> <r:between></r:between> </r:navigation> </ul> The problem is that "home" is always being classified as 'here'. All other urls work properly. Do I have the syntax wrong? Thanks, Steve _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
