Sean Cribbs wrote:
> One thing I personally would like to maintain 
> about the navigation tag is that it is independent of the site 
> structure.

Agreed. I'm not entirely sure I like the syntax of the new navigation 
tag. I wonder if there is a way to simplify it:

<r:navigation>
   <r:items>
     Web Log: /weblog/
     External Link: http://externalsite.com/
     <r:children:each>
     <r:title />: <r:url />
     </r:children:each>
   </r:items>
   <r:normal><a href="<r:url />"><r:title /></a></r:normal>
   <r:here><a class="here" href="<r:url />"><r:title /></a></r:normal>
   <r:selected>
     <a class="selected" href="<r:url />"><r:title /></a></r:selected>
   <r:between> | </r:between>
</r:navigation>

Just a thought.

--
John Long
http://wiseheartdesing.com
_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to