You are here

function tracking_code_theme in Tracking Code 8

Same name and namespace in other branches
  1. 7 tracking_code.module \tracking_code_theme()

Implements hook_theme().

File

./tracking_code.module, line 29
Contains tracking_code.module..

Code

function tracking_code_theme() {
  $theme = [];
  return $theme;
}