ez-pro/s1/include/header/social.info.php
2025-11-13 19:04:05 +03:00

14 lines
402 B
PHP

<?$APPLICATION->IncludeComponent(
"aspro:social.info.allcorp3",
".default",
array(
"CACHE_TYPE" => "A",
"CACHE_TIME" => "3600000",
"CACHE_GROUPS" => "N",
"COMPONENT_TEMPLATE" => ".default",
'SVG' => true,
'IMAGES' => false,
'HIDE_MORE' => isset($options['HIDE_MORE']) ? $options['HIDE_MORE'] : true,
),
false
);?>