You are here

function google_analytics_counter_get_searched_path in Google Analytics Counter 7

Same name and namespace in other branches
  1. 6.2 google_analytics_counter.module \google_analytics_counter_get_searched_path()
  2. 6 google_analytics_counter.module \google_analytics_counter_get_searched_path()

@todo Please document this function.

See also

http://drupal.org/node/1354

2 calls to google_analytics_counter_get_searched_path()
google_analytics_counter_display in ./google_analytics_counter.module
@todo Please document this function.
google_analytics_counter_gac_get_count in ./google_analytics_counter.module
@todo Please document this function.

File

./google_analytics_counter.module, line 183

Code

function google_analytics_counter_get_searched_path() {
  $path = check_plain(implode('/', arg()));
  return $path;
}