On Mon, Jan 12, 2009 at 2:43 PM, Paul Ingles <ping...@me.com> wrote:

> Hi,
>
> I'm trying to show a side-menu with a section, so, for example:
>
> - Welcome
> + Items Intro
> ++ Item A
> ++ Item B
>
> I'd like to show a list with "Items Intro, Item A, and Item B" on the Items
> Intro, Item A, and Item B pages- with my current page highlighted.
>
> At present, I'm doing something similar to:
>
> <r:children:each>
>    <li <r:if_self> class="selected"</r:if_self><r:unless_self>
> class="item"</r:unless_self>>
>      <a href="<r:url/>"><r:title /></a>
>    </li>
> </r:children:each>
>
>
I believe that if you wrap that snippet with <r:find
url="/items-intro/">...</r:find>  you should be good.



~Nate
_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to