You are here

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

Blocktoggle template file.

File

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

/**
 * @file
 * Blocktoggle template file.
 */

/**
 * @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>