Skip to content

Instantly share code, notes, and snippets.

View WeeHorse's full-sized avatar

Benjamin Berglund WeeHorse

View GitHub Profile
<?php
// implements hook_block_info
function block_from_current_node_block_info() {
$blocks = array();
$blocks['block_from_current_node'] = array(
'info' => t('Block from current node'),
'cache' => DRUPAL_NO_CACHE