You are here

function visitors_theme in Visitors 7.0

Same name and namespace in other branches
  1. 8.2 visitors.module \visitors_theme()
  2. 8 visitors.module \visitors_theme()
  3. 7.2 visitors.module \visitors_theme()
  4. 7 visitors.module \visitors_theme()

Implements of hook_theme().

File

./visitors.module, line 212

Code

function visitors_theme() {
  return array(
    'visitors_block_view' => array(
      'arguments' => array(),
    ),
  );
}