From 0130d4b3055a0c70062f886d1b51c17a66faa6d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D0=BE=D0=B5=D0=B2=D0=BE=D0=B9=20=D1=81=D0=B0=D0=B9?= =?UTF-8?q?=D1=82?= Date: Thu, 26 Jun 2025 07:02:58 +0300 Subject: [PATCH] =?UTF-8?q?=E2=80=9CMaks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/bitrix/catalog/main/section_vertical.php | 3 +-- products/index.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/local/templates/.default/components/bitrix/catalog/main/section_vertical.php b/local/templates/.default/components/bitrix/catalog/main/section_vertical.php index 4c692ee..34f14f0 100644 --- a/local/templates/.default/components/bitrix/catalog/main/section_vertical.php +++ b/local/templates/.default/components/bitrix/catalog/main/section_vertical.php @@ -16,7 +16,6 @@ use Bitrix\Main\ModuleManager; use Bitrix\Iblock\SectionTable; - Loader::includeModule('iblock'); // Устанавливаем SEO мета-теги @@ -37,7 +36,7 @@ global $sotbitSeoMetaFile;//для установки изображения // echo $sotbitSeoMetaFile;//вывод изображения if (!empty($sotbitSeoMetaH1)) { - $APPLICATION->SetTitle($sotbitSeoMetaH1); + $APPLICATION->SetTitle($sotbitSeoMetaH1); } if (!empty($sotbitSeoMetaTitle)) { $APPLICATION->SetPageProperty("title", $sotbitSeoMetaTitle); diff --git a/products/index.php b/products/index.php index b7289f9..0257ca8 100644 --- a/products/index.php +++ b/products/index.php @@ -3,7 +3,7 @@ require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php"); $APPLICATION->SetTitle("products"); ?>IncludeComponent( "bitrix:catalog", - "main_bx_url", + "main", array( "ACTION_VARIABLE" => "action", "ADD_ELEMENT_CHAIN" => "Y",