Return to Snippet

Revision: 32879
at October 3, 2010 20:51 by screamwork


Initial Code
// 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'];

?>

Initial URL


Initial Description


Initial Title
Drupal: diplay block in node

Initial Tags
drupal

Initial Language
PHP