Skip to content

Instantly share code, notes, and snippets.

@dustincurrie
Created May 11, 2011 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustincurrie/965993 to your computer and use it in GitHub Desktop.
Save dustincurrie/965993 to your computer and use it in GitHub Desktop.
Load a block in Drupal
<?php
$block = module_invoke('module_name', 'block', 'view', 'block_delta');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment