From f1f1231ca34b0742c259d78a1028c2fb845caf44 Mon Sep 17 00:00:00 2001 From: maksim Date: Sun, 8 Jun 2025 14:00:18 +0300 Subject: [PATCH] =?UTF-8?q?6639=20=D0=A1=D0=BA=D1=80=D1=8B=D1=82=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BB=D0=B8=D1=88=D0=BD=D0=B8=D1=85=20=D0=BF=D1=83?= =?UTF-8?q?=D0=BD=D0=BA=D1=82=D0=BE=D0=B2=20=D0=BC=D0=B5=D0=BD=D1=8E=20?= =?UTF-8?q?=D1=87=D0=B5=D1=80=D0=B5=D0=B7=20=D1=83=D1=81=D0=BB=D0=BE=D0=B2?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B4=D0=BE=D0=BC=D0=B5=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wp-content/themes/cosmopet/templates/header.twig | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 %}