You are here

function block_visibility_theme in Block Visibility 7

Implements hook_theme()

File

./block_visibility.module, line 18

Code

function block_visibility_theme() {
  return array(
    'block_visibility' => array(
      'render element' => 'element',
    ),
  );
}