mirton,
можно, в типовой перед:
/* Отображаем информационную систему */
$GLOBALS['LA_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'] == 0)
{
$GLOBALS['INFSYS_result']['group'] = false;
}