Skip to content

Instantly share code, notes, and snippets.

@alcroito
Created August 22, 2013 16:43
Show Gist options
  • Save alcroito/6309754 to your computer and use it in GitHub Desktop.
Save alcroito/6309754 to your computer and use it in GitHub Desktop.
tree.tpl
<apply template="home">
<h2>Friendly hierarchical tree</h2>
<ul class="list-group">
<tree />
</ul>
</apply>
tree_node.tpl
<tree>
<li class="list-group-item">
<div>
<nodevalue />
<a href="/add/${nid}">
<span class="glyphicon glyphicon-plus-sign"></span>
</a>
</div>
</li>
</tree>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment