function multiple_registration_theme in Multiple Registration 8
Same name and namespace in other branches
- 8.2 multiple_registration.module \multiple_registration_theme()
- 3.x multiple_registration.module \multiple_registration_theme()
Implements hook_theme().
File
- ./
multiple_registration.module, line 42 - Contains multiple_registration.module.
Code
function multiple_registration_theme() {
$theme = [];
return $theme;
}