Initial commit.

This commit is contained in:
David Molineus
2014-12-27 22:58:58 +01:00
commit 86baf561ba
9 changed files with 440 additions and 0 deletions

5
module/config/config.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
$GLOBALS['BE_MOD']['content']['leaflet'] = array(
'tables' => array('tl_leaflet_map')
);