From 9033526c00b9ccc6bc340fbce10d3652a8b5ed7f Mon Sep 17 00:00:00 2001 From: maksim Date: Fri, 27 Jun 2025 20:40:29 +0300 Subject: [PATCH] =?UTF-8?q?Task=206991=20|=20=D0=A1=D0=BA=D1=80=D1=8B?= =?UTF-8?q?=D0=BB=20=D0=B1=D0=BB=D0=BE=D0=BA=20=D0=BF=D0=BE=D0=B4=D0=BF?= =?UTF-8?q?=D0=B8=D1=81=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../themes/cosmopet/templates/profile/profile-orders.twig | 4 ++-- wp-content/themes/cosmopet/templates/profile/profile.twig | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/cosmopet/templates/profile/profile-orders.twig b/wp-content/themes/cosmopet/templates/profile/profile-orders.twig index aa195c3..bedb8ed 100644 --- a/wp-content/themes/cosmopet/templates/profile/profile-orders.twig +++ b/wp-content/themes/cosmopet/templates/profile/profile-orders.twig @@ -2,7 +2,7 @@ {% block profile_content%}
-
+ {% include 'profile/order-list.twig' %}
diff --git a/wp-content/themes/cosmopet/templates/profile/profile.twig b/wp-content/themes/cosmopet/templates/profile/profile.twig index 64d18d1..3d1de51 100644 --- a/wp-content/themes/cosmopet/templates/profile/profile.twig +++ b/wp-content/themes/cosmopet/templates/profile/profile.twig @@ -4,7 +4,7 @@ {% block profile_content%}
-
+ {% include 'profile/order-list.twig' %}