openlayers-plus-legend-raw.tpl.php 282 B

1234567891011
  1. <?php
  2. // $Id$
  3. /**
  4. * @param $layer_id The layer's id
  5. * @param $layer layer array
  6. * @param $raw raw html for the legend
  7. */
  8. ?>
  9. <div class='legend legend-count-<?php print count($legend) ?> clear-block' id='openlayers-legend-<?php print $layer_id ?>'>
  10. <?php print $raw; ?>
  11. </div>