You are here

function __getclicky_should_we_track_path in Clicky - Web Analytics in Real Time 6

1 call to __getclicky_should_we_track_path()
getclicky_footer in ./getclicky.module
Implementation of hook_footer() to insert Javascript at the end of the page

File

./getclicky.module, line 213

Code

function __getclicky_should_we_track_path($arg) {
  return TRUE;
}