@@ -213,7 +213,6 @@
     $heading = ($disp_heading == 1) ? $key : '';
     $o .= '<div class="footermap-col" id="footermap-col-'.$n.' footermap-col-'.$key.'">';
     if ($heading <> '')
-      $heading = footermap_title($heading);
       $o .= '<h3>'.$heading.'</h3>';
     $o .= theme('links', $block, array('class' => 'footermap-item links')) . '</div>';
     $n++;
@@ -224,20 +223,6 @@
   return $o;
 }
 
-function footermap_title($heading){
-  //$sql = 'SELECT * FROM {menu_custom} WHERE "menu_name"="%s"';
-
-  $res = db_query('SELECT * FROM {menu_custom} WHERE menu_name LIKE "%s"',$heading);
-
-  //$h = db_fetch_object($res);
-  $obj_menu = db_fetch_object($res);
-  if(isset($obj_menu->title)) {
-      return $obj_menu->title;
-  }
-  else return($heading);
-}
-
-
 /*
  * footermap_get_menu
  * @param $mlid the menu link id to use as the plid
