Код |
---|
<? if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die(); if($arParams['ADD_SECTIONS_CHAIN'] && !empty($arResult['NAME'])) { // раскомментируйте нижнюю строчку если новости находятся в разделах, // но выводить в цепочке их не нужно //$arResult['SECTION'] = array(); $arResult['SECTION']['PATH'][] = array( 'NAME' => $arResult['NAME'], 'PATH' => '' ); $component = $this->__component; $component->arResult = $arResult; } ?> |
Цитата |
---|
Strict Standards: Non-static method CHTTP::SetStatus() should not be called statically in /usr/local/www/data/pronto/bitrix/modules/main/include/urlrewrite.php on line 73 Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/data/pronto/bitrix/modules/main/include/urlrewrite.php:73) in /usr/local/www/data/pronto/bitrix/modules/main/tools.php on line 3097 |