В коде типовой динамической страницы ПЕРЕД кодом
$InformationSystem->ShowInformationSystem($InformationSystem_id, $GLOBALS['INFSYS_result']['group'], $xsl_list, $InformationResult['items_on_page'], $InformationResult['items_begin'], $external_propertys, $property);
вставьте код
if (!$GLOBALS['INFSYS_result']['group'])
{
$InformationResult['items_on_page'] = 0;
}