Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cagartner/c62c25f7ca7a7b9db55e04a4c1bd008f to your computer and use it in GitHub Desktop.
Save cagartner/c62c25f7ca7a7b9db55e04a4c1bd008f to your computer and use it in GitHub Desktop.
Add breadcrumbs XML
<reference name="breadcrumbs">
<action method="addCrumb">
<crumbname>Home</crumbname>
<crumbinfo>
<label>Home</label>
<title>Home</title>
<link>/</link>
</crumbinfo>
</action>
<action method="addCrumb">
<crumbname>Entrar ou Criar sua Conta</crumbname>
<crumbinfo>
<label>Entrar ou Criar sua Conta</label>
<title>Entrar ou Criar sua Conta</title>
</crumbinfo>
</action>
</reference>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment