Skip to content

Instantly share code, notes, and snippets.

@airways
Created June 28, 2013 02:50
Show Gist options
  • Save airways/5882127 to your computer and use it in GitHub Desktop.
Save airways/5882127 to your computer and use it in GitHub Desktop.
{ce:core:recurse in=tree children_field="__children"}
{loop_items}
<li>
<span><a href="{cp_url}publish/edit/{__type}/{__id}">{title}</a></span>
{if __children}
<ul>
{__children}
</ul>
{/if}
</li>
{/loop_items}
{/ce:core:recurse}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment