Skip to content

Instantly share code, notes, and snippets.

@skrosoft
Created January 25, 2017 19:20
Show Gist options
  • Save skrosoft/372250e7218c4ab56bca40905ed59ca4 to your computer and use it in GitHub Desktop.
Save skrosoft/372250e7218c4ab56bca40905ed59ca4 to your computer and use it in GitHub Desktop.
ezplatform parent block breadcrumb
{% block header_breadcrumbs %}
{% if breadcrumb_items is defined %}
{% include 'eZPlatformUIBundle:components:breadcrumbs.html.twig' with {'items': breadcrumb_items} %}
{% endif %}
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment