Skip to content

Instantly share code, notes, and snippets.

@dustincurrie
Created May 11, 2011 06:01
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