adding breadcrumbs

remotes/origin/HEAD
Max Yakovenko 8 years ago
commit d16fc2e271
  1. 1
      templates/common_with_breadcrumbs.html
  2. 10
      templates/components/breadcrumbs.html

@ -10,7 +10,6 @@
{% crispy left_product_search_form %} {% crispy left_product_search_form %}
</div> </div>
{% endif %} {% endif %}
{% block extra_left_menu_items %} {% block extra_left_menu_items %}
{% endblock extra_left_menu_items %} {% endblock extra_left_menu_items %}
{% if product_root_categories %} {% if product_root_categories %}

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>$Title$</title>
</head>
<body>
$END$
</body>
</html>
Loading…
Cancel
Save