You are here

function nodesinblock_theme in Nodes In Block 7

Same name and namespace in other branches
  1. 6 nodesinblock.module \nodesinblock_theme()

Implements hook_theme().

File

./nodesinblock.module, line 28
Nodes in block makes it possible to add multiple nodes in one block.

Code

function nodesinblock_theme() {
  return array(
    'nodesinblock_queue' => array(
      'render element' => 'form',
    ),
  );
}