Skip to content

Instantly share code, notes, and snippets.

@jaygilmore
Created September 16, 2011 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaygilmore/1222034 to your computer and use it in GitHub Desktop.
Save jaygilmore/1222034 to your computer and use it in GitHub Desktop.
Call and Chunks used in QuickCrumbs on MODX.com
<!--Call-->
<div id="crumbs">
<nav class="container">
<ul>
[[QuickCrumbs?
&tpl=`Crumb`
&selfTpl=`Here`
&siteStartTpl=`Home`
&separator=``
&hideEmptyContainers=`1`
&showSiteStart=`1`
]]
</ul>
</nav>
</div>
<!--Crumb-->
<li><a href="[[~[[+id]]]]">[[+menutitle:default=`[[+pagetitle]]`]]</a></li>
<!--Here-->
<li class="last clearfix"><span>[[+menutitle:default=`[[+pagetitle]]`]]</span></li><li class="end">&nbsp;</li>
<!--Home-->
<li class="first"><a href="[[~[[+id]]]]">[[+menutitle:default=`[[+pagetitle]]`]]</a></li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment