You are here

function bibcite_theme in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 bibcite.module \bibcite_theme()

Implements hook_theme().

File

./bibcite.module, line 14
Main module hooks.

Code

function bibcite_theme($existing, $type, $theme, $path) {
  return [
    'bibcite_citation' => [
      'variables' => [
        'data' => [],
        'style' => NULL,
      ],
    ],
  ];
}