Add credits page

This commit is contained in:
David Molineus
2015-01-09 20:57:19 +01:00
parent 820d2a8067
commit 3ff2fca215
7 changed files with 309 additions and 3 deletions

View File

@@ -6,6 +6,8 @@ $GLOBALS['TL_LANG']['MOD']['leaflet_map'][0] = 'Leaflet Maps';
$GLOBALS['TL_LANG']['MOD']['leaflet_map'][1] = 'Manage Leaflet maps';
$GLOBALS['TL_LANG']['MOD']['leaflet_layer'][0] = 'Map Layers';
$GLOBALS['TL_LANG']['MOD']['leaflet_layer'][1] = 'Manage map layers';
$GLOBALS['TL_LANG']['MOD']['leaflet_credits'][0] = 'Support it';
$GLOBALS['TL_LANG']['MOD']['leaflet_credits'][1] = 'Contao leaflet integration credits';
$GLOBALS['TL_LANG']['MOD']['tl_leaflet_map'] = 'Maps';
$GLOBALS['TL_LANG']['MOD']['tl_leaflet_layer'] = 'Layers';