diff --git a/wp-content/themes/cosmopet/templates/header.twig b/wp-content/themes/cosmopet/templates/header.twig index f489153..aa47a41 100644 --- a/wp-content/themes/cosmopet/templates/header.twig +++ b/wp-content/themes/cosmopet/templates/header.twig @@ -38,9 +38,11 @@
  • {% if current_lang == 'ru' %}Лакомства{% elseif current_lang == 'en' %}Treats{% endif %}
  • + {% if site_region == 'ru' %}
  • {% if current_lang == 'ru' %}Аксессуары{% elseif current_lang == 'en' %}Accessories{% endif %}
  • + {% endif %} @@ -68,10 +70,12 @@ Лакомства + {% if site_region == 'ru' %}
  • Аксессуары
  • + {% endif %} Собакам @@ -83,10 +87,12 @@ Лакомства + {% if site_region == 'ru' %}
  • Аксессуары
  • + {% endif %} {% elseif current_lang == 'en' %} @@ -103,9 +109,11 @@
  • Treats
  • + {% if site_region == 'ru' %}
  • Accessory
  • + {% endif %} For dogs @@ -116,9 +124,11 @@
  • Treats
  • + {% if site_region == 'ru' %}
  • Accessory
  • + {% endif %} {% endif %}