<?php /** * Pagelist for Contao * * Copyright (c) 2015 Benjamin Roth * * @license LGPL-3.0+ */ /** * Fields */ $GLOBALS['TL_LANG']['tl_module']['showTeaserImg'][0] = 'Show teaser image'; $GLOBALS['TL_LANG']['tl_module']['showTeaserImg'][1] = 'Also displays the teaser image if available.'; $GLOBALS['TL_LANG']['tl_module']['eSM_pagelist_template'][0] = 'List template'; $GLOBALS['TL_LANG']['tl_module']['eSM_pagelist_template'][1] = 'Here you can override the default list template.'; $GLOBALS['TL_LANG']['tl_module']['useHomePage'][0] = 'Use Home-Page'; $GLOBALS['TL_LANG']['tl_module']['useHomePage'][1] = 'Use the Home-Page as reference page if a member is logged in.';