Код |
---|
<?$SUBSCRIBE_TEMPLATE_RESULT = $APPLICATION->IncludeComponent( "bitrix:subscribe.news"... |
Код |
---|
<?$SUBSCRIBE_TEMPLATE_RESULT = $APPLICATION->IncludeComponent( "subscribe.news"... |
Код |
---|
"SECTION_ID" => array( "NAME" => GetMessage("CP_BSN_SORT_SECTION_ID"), "TYPE" => "LIST", ), |
Цитата |
---|
$arFilter['SECTION_ID'] = $arParams["SECTION_ID"]; |
Код |
---|
<?$SUBSCRIBE_TEMPLATE_RESULT = $APPLICATION->IncludeComponent( "subscribe.news", "", Array( "SITE_ID" => "идентификатор сайта", "IBLOCK_TYPE" => "тип инфоблока", "ID" => "id инфоблока", "SECTION_ID" => "id раздела", "SORT_BY" => "ACTIVE_FROM", "SORT_ORDER" => "DESC", ), null, array( "HIDE_ICONS" => "Y", ) );?> |
Цитата |
---|
Евгений Жуков пишет:
А .description.php исправили? |
Код |
---|
$arComponentDescription = array( "NAME" => GetMessage("CD_BSN_NAME"), "DESCRIPTION" => GetMessage("CD_BSN_DESCRIPTION"), "ICON" => "/images/subscr_news_list.gif", "CACHE_PATH" => "Y", "PATH" => array( "ID" => "service", "CHILD" => array( "ID" => "subscribe", "NAME" => GetMessage("CD_BSN_SERVICE") ) ), ); |