Код |
---|
$count = htmlspecialchars($_REQUEST["PAGE_ELEMENT_COUNT"]); if(!intval($count)) $count = 10; |
Код |
---|
<?$APPLICATION->IncludeComponent( "bitrix:catalog.section", "", Array( "IBLOCK_TYPE" => $arParams["IBLOCK_TYPE"], .... "PAGE_ELEMENT_COUNT" => $count, .... |