You are here

function google_analytics_counter_theme in Google Analytics Counter 8.3

Same name and namespace in other branches
  1. 7.3 google_analytics_counter_auth.inc \google_analytics_counter_theme()
  2. 7.2 google_analytics_counter_auth.inc \google_analytics_counter_theme()

Implements hook_theme().

File

./google_analytics_counter.module, line 100
Basic functions for this module.

Code

function google_analytics_counter_theme() {
  return [
    'google_analytics_counter' => [
      'variables' => [
        'pageviews' => NULL,
      ],
    ],
  ];
}