Commit a5e98af4 authored by Михаил Ливач's avatar Михаил Ливач

убрал условие на $arParams['CONTENT']['TITLE']

так как он не выводится нигде
parent a35bbb6a
...@@ -85,7 +85,7 @@ if ($blocks) { ...@@ -85,7 +85,7 @@ if ($blocks) {
<? break; <? break;
case $mapBlocks['CONTENT']: ?> case $mapBlocks['CONTENT']: ?>
<?php if ($arParams['CONTENT']['TITLE'] && $arParams['CONTENT']['TEXT']): ?> <?php if ($arParams['CONTENT']['TEXT']): ?>
<article class="service-description" data-text="root"> <article class="service-description" data-text="root">
<div class="service-description__text" <div class="service-description__text"
data-text="content"><?php echo $arParams['CONTENT']['TEXT'] ?></div> data-text="content"><?php echo $arParams['CONTENT']['TEXT'] ?></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment