You are here

function google_analytics_counter_theme in Google Analytics Counter 7.2

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

Implements hook_theme().

File

./google_analytics_counter_auth.inc, line 212
Provides the GAFeed object type and associated methods.

Code

function google_analytics_counter_theme() {
  return array(
    'google_analytics_counter_profile_label' => array(
      'arguments' => array(
        'profile' => NULL,
      ),
    ),
  );
}