forked from Snck3rs/contao-leaflet-maps
6 lines
100 B
PHP
6 lines
100 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$GLOBALS['BE_MOD']['content']['leaflet'] = array(
|
||
|
|
'tables' => array('tl_leaflet_map')
|
||
|
|
);
|