Skip to content

Instantly share code, notes, and snippets.

@peterberkenbosch
Created July 13, 2009 20:07
Show Gist options
  • Save peterberkenbosch/146421 to your computer and use it in GitHub Desktop.
Save peterberkenbosch/146421 to your computer and use it in GitHub Desktop.
<div id="menu" >
<r:find url="/nl/">
<ul class="adxm menu">
<r:snippet name="menu" />
</ul>
</r:find>
</div>
The snippet "menu" :
<r:children:each>
<li>
<r:link />
</li>
</r:children:each>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment