You are here

function popup_onload_statistics_theme in Popup On Load 7

Same name and namespace in other branches
  1. 8 modules/popup_onload_statistics/popup_onload_statistics.module \popup_onload_statistics_theme()

Implements hook_theme().

File

popup_onload_statistics/popup_onload_statistics.module, line 11
Main popup on loadvertisement statistics functions.

Code

function popup_onload_statistics_theme($existing, $type, $theme, $path) {
  $items = [
    'popup_onload_statistics_table' => [
      'variables' => [
        'stats' => NULL,
      ],
      'file' => 'popup_onload_statistics.theme.inc',
    ],
  ];
  return $items;
}