--- clickpath_old.module	2009-03-11 15:07:54.000000000 -0700
+++ clickpath.module	2009-03-11 15:09:53.000000000 -0700
@@ -167,7 +167,8 @@ function clickpath_save_path($path) {
   }
   
   if ($page_match) {
-    $title = _clickpath_path_is_frontpage($path) ? t('Home') : drupal_get_title();
+    $menu_item = menu_get_item($path);
+    $title = _clickpath_path_is_frontpage($path) ? t('Home') : $menu_item['title'];
     $clickpath = clickpath_get_paths();
     if (empty($clickpath[$path])) {
       $clickpath[$path] = $title;
