You are here

openlayers-plus-blocktoggle.tpl.php in OpenLayers Plus 7

File

theme/openlayers-plus-blocktoggle.tpl.php
View source
<?php

// $Id$

/**
 * @param $a_label first layer text
 * @param $b_label second layer text
 */
?>
<div class='olControlNoSelect block-openlayers_plus-blocktoggle clear-block'>
  <div class='openlayers-blocktoggle-a activated'>
  </div>
  <div class='openlayers-blocktoggle-b'>
  </div>
</div>