You are here

function google_analytics_counter_get_searched_path in Google Analytics Counter 6.2

Same name and namespace in other branches
  1. 6 google_analytics_counter.module \google_analytics_counter_get_searched_path()
  2. 7 google_analytics_counter.module \google_analytics_counter_get_searched_path()
2 calls to google_analytics_counter_get_searched_path()
google_analytics_counter_display in ./google_analytics_counter.module
google_analytics_counter_gac_get_count in ./google_analytics_counter.module

File

./google_analytics_counter.module, line 142

Code

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