diff --git a/components/blog-article-comments.tpl b/components/blog-article-comments.tpl index a99cdba..dbcefea 100644 --- a/components/blog-article-comments.tpl +++ b/components/blog-article-comments.tpl @@ -15,7 +15,7 @@ {% endunless %}
+ {% unless site.root_item.hidden? %} +-
+ {% menulink site.root_item %}
+
+ {% endunless %}
+
+ {% for item in site.visible_menuitems %}
+ {% if site.root_item.layout_title == product_list_layout or site.root_item.layout_title == product_layout %}
+ {% if editmode %}
+ {% include "menu-mobile-level-1-link" footer: true render_hidden_categories: true %}
+ {% else %}
+ {% unless show_product_related_pages_in_main_menu %}
+ {% unless item.layout_title == product_list_layout or item.layout_title == product_layout %}
+ {% include "menu-mobile-level-1-link" footer: true %}
+ {% endunless %}
+ {% else %}
+ {% include "menu-mobile-level-1-link" footer: true %}
+ {% endunless %}
+ {% endif %}
+ {% else %}
+ {% include "menu-mobile-level-1-link" footer: true %}
+ {% endif %}
+ {% endfor %}
+
+{% for level2 in item.visible_children %} - {% include "menu-mobile-level-2-link" %} + {% include "menu-mobile-level-2-link" %} {% endfor %} - {% if editmode %} + {% if editmode and footer != true %} {% if item.hidden_children.size > 0 %}- {% menubtn item.hidden_children %}
{% endif %}
diff --git a/components/menu-mobile-level-2-link.tpl b/components/menu-mobile-level-2-link.tpl
index 8ffb58f..d59b3b6 100644
--- a/components/menu-mobile-level-2-link.tpl
+++ b/components/menu-mobile-level-2-link.tpl
@@ -1,4 +1,4 @@
--
+
-
{% menulink level2 %}
{% if level2.children? %}
@@ -15,7 +15,7 @@
- {% menulink level3 %}
{% endfor %}
- {% if editmode %}
+ {% if editmode and footer != true %}
{% if level2.hidden_children.size > 0 %}
- {% menubtn level2.hidden_children %}
{% endif %}
diff --git a/components/site-footer.tpl b/components/site-footer.tpl
index 1c83921..c2b4858 100644
--- a/components/site-footer.tpl
+++ b/components/site-footer.tpl
@@ -30,11 +30,26 @@