Do graphics.

This commit is contained in:
David Molineus
2015-01-22 14:56:58 +01:00
parent dfa1b51ad9
commit 461ef17789
8 changed files with 1 additions and 1 deletions

View File

@@ -148,7 +148,7 @@ $GLOBALS['LEAFLET_LAYERS'] = array
'provider' => array
(
'children' => false,
'icon' => 'system/modules/leaflet/assets/img/tile.png',
'icon' => 'system/modules/leaflet/assets/img/provider.png',
'label' => function ($row, $label) {
if (!empty($GLOBALS['TL_LANG']['leaflet_provider'][$row['tile_provider']][0])) {
$provider = $GLOBALS['TL_LANG']['leaflet_provider'][$row['tile_provider']][0];