<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body>
I'm trying to get a legend template working.<br>
<br>
I have the CLASS names displaying, but how do I get the LAYER names to
return?<br>
<br>
In the Map File :<br>
<br>
LAYER<br>
    NAME 'tgr2k_mnplacepoly_alb'<br>
    DATA '/var/www/lehdmap_data/tgr2k_mnplacepoly_alb'<br>
    TYPE POLYGON<br>
    STATUS OFF<br>
    CLASS<br>
      <b>NAME 'Cities & Towns'</b><br>
      ##COLOR 0 0 255<br>
      OUTLINECOLOR 0 0 255<br>
    END<br>
    MAXSCALE 2000000<br>
  END<br>
<br>
and in the legend template:<br>
<br>
<br>
   [leg_class_html]<br>
      <input type=checkbox name="map_[leg_class_name]_status"<br>
            value=1 [if name=layer_status oper=eq value=2]CHECKED[/if]
><img src=[leg_icon]> [leg_class_name]<br><br>
   [/leg_class_html]<br>
<br>
This displays the "<b>NAME 'Cities & Towns'" above just fine, but
how do I get at the LAYER-NAME above, </b>NAME
'tgr2k_mnplacepoly_alb', I need to have them both output, can this be
done in the template?<br>
<br>
Thanks<br>
<br>
<br>
<br>
bobb<br>
<br>
</body>
</html>