Guest User

Untitled

a guest
Aug 15th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <reference name="root">
  2. <action method="unsetChild"><name>breadcrumbs</name></action>
  3. <block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs">
  4. <action method="addCrumb">
  5. <crumbName>First</crumbName>
  6. <crumbInfo>
  7. <label>First custom</label>
  8. <title>First custom page</title>
  9. <link>/</link>
  10. </crumbInfo>
  11. </action>
  12. <action method="addCrumb">
  13. <crumbName>First</crumbName>
  14. <crumbInfo>
  15. <label>Second custom</label>
  16. <title>Second custom page</title>
  17. <link>/second</link>
  18. </crumbInfo>
  19. </action>
  20. </block>
  21. </reference>
  22.  
  23. First custom page > Second custom page
  24.  
  25. First custom page > Second custom page > Home > Title of CMS page
Add Comment
Please, Sign In to add comment