<? if ($APPLICATION->GetCurPage(false) == "/news/"): ?>
<? else: ?>
<h1 class="header_h1"><? $APPLICATION->ShowTitle(false); ?></h1>
<? endif ?>
<?
$sSectionName="Новости";
$arDirProperties = [
'HIDE_H1' => 'Y',
];
?>
<?php
if ('Y' != $APPLICATION->GetProperty('HIDE_H1')) {
?><h1><?$APPLICATION-ShowTitle(true);?></h1><?
}