You are here

function popup_onload_statistics_theme in Popup On Load 8

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

Implements hook_theme().

File

modules/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 = array(
    'popup_onload_statistics_table' => array(
      'variables' => array(
        'stats' => NULL,
      ),
      'file' => 'popup_onload_statistics.theme.inc',
    ),
  );
  return $items;
}