|
|
which file has this text? - 2007/02/25 18:41
Hey, Chris. I've looked for it but can't seem to find it... On a map page, if Index is checked yes, the heading for the Index appears...says "Index"
Do you recall which file sets that text? I want to change it if possible.
Thanks.
The administrator has disabled public write access.
|
|
|
Re:which file has this text? - 2007/02/25 20:18
Diane, What you can do is to try and edit the css with the following:
| Code: |
.markerlistHeading {
display: none;
}
|
I think that will remove it. A buddy of mine, the GreatJava had requested the ability to turn that off too.
I'll eventually add that as a configuration parameter when it becomes a higher priority for my projects.
The administrator has disabled public write access.
|
|