You are here

function livechat_theme in LiveChat 8.3

Implements hook_theme().

File

./livechat.module, line 53
LiveChat module.

Code

function livechat_theme($existing, $type, $theme, $path) {
  return [
    'livechat_settings' => [
      'variables' => [],
    ],
  ];
}