Hello, I bring the block to node.tpl.php cms Drupal 7 programmatically:
if($node->type=="uslugi" or $node->nid==1021 or $node->nid==169 or $node->nid==168) { $block_u = module_invoke('block', 'block_view', 89); print '<div class="node-type-uslugi">'.$block_u['content'].'</div>'; } How to add in the condition not to display this block on the pages node / 1597 and node / 1598 which also belong to the material type "uslugi"?