You are here

function imageblock_theme in Image Block 7

Same name and namespace in other branches
  1. 6 imageblock.module \imageblock_theme()

Implementation of hook_theme()

File

./imageblock.module, line 13
imageblock.module Primarily Drupal hooks.

Code

function imageblock_theme() {
  return array(
    'imageblock_content' => array(
      'render element' => 'elements',
      'template' => 'imageblock-content',
    ),
  );
}