<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
you don't necessarily have to override the them_locations function if
you don't need locations on those pages/content types at all.&nbsp; You can
either set it to not work with those content types or set locations to
not show on the page (which still allows the zip search for example).&nbsp;
Or just disable the module.&nbsp; If you want to show the locations just not
the header, then yes you will need to override the theme_locations
fucnction.<br>
<br>
Jason Flatt wrote:
<blockquote cite="mid:200709201500.08556.drupal@oadaeh.net" type="cite">
  <pre wrap="">On Thursday 20 September 2007 14:00:01 Ian Elwood wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">On my site: <a class="moz-txt-link-abbreviated" href="http://www.crocodyl.com">www.crocodyl.com</a> there are two boxes for updated
information.  Each shows the text, "Location(s)"

I would like to remove that text, but am not sure where to start.  I
have looked at the drupal help pages, but it seems like a really minute
detail that gets ignored most of the time.

Thanks!
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Those are there because you have the locations module installed and enabled 
for those node types.

Try overriding the theme_locations() function in your theme.

<a class="moz-txt-link-freetext" href="http://drupal.org/node/11811">http://drupal.org/node/11811</a>

  </pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<hr align="center" noshade="noshade" size="1" width="100%">
<p
 style="text-align: center; font-family: verdana,arial,helvetica,sans-serif; color: rgb(51, 51, 51); font-size: 10px; text-transform: lowercase; font-style: normal; font-weight: normal;"><a
 href="mailto:sander@sander-martijn.com"
 style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;">sander-martijn</a><br>
interface developer | architect<br>
<a href="mailto:sander@sander-martijn.com"
 style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;">sander@sander-martijn.com</a><br>
<a href="http://www.sander-martijn.com"
 style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;">www.sander-martijn.com</a>
</p>
<hr align="center" noshade="noshade" size="1" width="100%"></div>
</body>
</html>