Skip to main content

Drupal: diplay block in node

// middle two terms stay the same, first and last depending on configure-link (hover!) in blocks menu

<?php

  $block = module_invoke('views', 'block', 'view', 26);
  print $block['content'];

?>