You are here

function poptin_theme in Website Popups, Email Popup, Exit-Intent Popup, and Contact Forms – Poptin 8

Implements poptin_theme().

File

./poptin.module, line 39
Module for adding popups on website.

Code

function poptin_theme($existing, $type, $theme, $path) {
  return [
    'main_template' => [
      'variables' => [
        'csrftoken' => NULL,
        'test_var' => NULL,
        'module_img_dir' => NULL,
        'base_url' => NULL,
        'generateloginlink' => NULL,
        'deactivate_url' => NULL,
      ],
    ],
  ];
}