You are here

function contact_poup_theme in Contact Form Popup 8

Implements hook_theme().

File

./contact_poup.module, line 11
The Contact Form popup module.

Code

function contact_poup_theme($existing, $type, $theme, $path) {
  return [
    'contact_popup_block' => [
      'variables' => [
        'link' => [],
        'contact_form' => [],
      ],
    ],
  ];
}