Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
www
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finnv
www
Commits
a5e98af4
Commit
a5e98af4
authored
Aug 14, 2023
by
Михаил Ливач
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
убрал условие на $arParams['CONTENT']['TITLE']
так как он не выводится нигде
parent
a35bbb6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
blocks.php
include/blocks.php
+1
-1
No files found.
include/blocks.php
View file @
a5e98af4
...
@@ -85,7 +85,7 @@ if ($blocks) {
...
@@ -85,7 +85,7 @@ if ($blocks) {
<?
break
;
<?
break
;
case
$mapBlocks
[
'CONTENT'
]
:
?>
case
$mapBlocks
[
'CONTENT'
]
:
?>
<?php
if
(
$arParams
[
'CONTENT'
][
'T
ITLE'
]
&&
$arParams
[
'CONTENT'
][
'T
EXT'
])
:
?>
<?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>
...
...
Михаил Ливач
@maus
mentioned in commit
11eb810b
·
Aug 18, 2023
mentioned in commit
11eb810b
mentioned in commit 11eb810bf21e0fda989f8d9d68e6baa5bd5cb31a
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment