Skip to content

Instantly share code, notes, and snippets.

@makbeta
Created November 30, 2012 02:13
Show Gist options
  • Save makbeta/4173344 to your computer and use it in GitHub Desktop.
Save makbeta/4173344 to your computer and use it in GitHub Desktop.
Luminate CMS: Customize breadcrumbs to not render current page on index pages
<t:if test="matches(path, '.*/')">
<t:include id="breadcrumb-XXXXXXXX" />
</t:if>
<t:else>
<t:include id="breadcrumb-xxxxxxxx" />
</t:else>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment