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

замена на новое поле: UF_INFOTEXT -> UF_VISIBLE_TEXT

parent c9904e1e
......@@ -31,7 +31,7 @@ $arSection = CCache::CIblockSection_GetList(
'UF_ADVANTAGES',
'UF_TITLE_ADVANTAGES',
'UF_ACTION',
'UF_INFOTEXT',
'UF_VISIBLE_TEXT',
),
true);
......@@ -130,7 +130,7 @@ CScorp::AddMeta(
array(
'arResult' => $arResult,
'HIDE_BLOCKS' => $arSection["UF_BLOCKS"],
'CONTENT' => array('TITLE' => $arSection['NAME'], 'HIDABLE_TEXT' => $arSection['DESCRIPTION'], 'VISIBLE_TEXT' => $arSection['UF_INFOTEXT']),
'CONTENT' => array('TITLE' => $arSection['NAME'], 'HIDABLE_TEXT' => $arSection['DESCRIPTION'], 'VISIBLE_TEXT' => $arSection['UF_VISIBLE_TEXT']),
'SCHEME' => $arSection['UF_SCHEME'],
'FAQ' => $arSection['UF_FAQ'],
'TABLE_PRICE' => $arSection['UF_TABLE_PRICE'],
......
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