You are here

function multiple_registration_theme in Multiple Registration 8.2

Same name and namespace in other branches
  1. 8 multiple_registration.module \multiple_registration_theme()
  2. 3.x multiple_registration.module \multiple_registration_theme()

Implements hook_theme().

File

./multiple_registration.module, line 46
Contains multiple_registration.module.

Code

function multiple_registration_theme() {
  $theme = [];
  return $theme;
}