mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2026-04-15 16:28:24 +02:00
6 lines
100 B
PHP
6 lines
100 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$GLOBALS['BE_MOD']['content']['leaflet'] = array(
|
||
|
|
'tables' => array('tl_leaflet_map')
|
||
|
|
);
|