<?php /** * Pagelist for Contao * * Copyright (c) 2015 Benjamin Roth * * @license LGPL-3.0+ */ /** * Fields */ $GLOBALS['TL_LANG']['tl_article']['teaserSRC'][0] = 'Teaser image'; $GLOBALS['TL_LANG']['tl_article']['teaserSRC'][1] = 'Please choose an image file from the files directory.'; $GLOBALS['TL_LANG']['tl_article']['teaserSize'][0] = 'Image size'; $GLOBALS['TL_LANG']['tl_article']['teaserSize'][1] = 'Here you can set the image dimensions and the resize mode.';