<?php /** * Pageimage for Contao * * Copyright (c) 2015 Benjamin Roth * * @license LGPL-3.0+ */ /** * Fields */ $GLOBALS['TL_LANG']['tl_page']['sb_imageUrl'] = array('Page image', 'You can choose an image for this page which can be displayed through an inserttag.'); $GLOBALS['TL_LANG']['tl_page']['sb_imageSize'] = array('Image width and height', 'Here you can set the image dimensions and the resize mode.'); $GLOBALS['TL_LANG']['tl_page']['sb_imageIgnore'] = array('Ignore fallback', 'Ignore inherited page images.'); /** * Fields */ $GLOBALS['TL_LANG']['tl_page']['sb_legend'] = 'Page image';