<?php/** * @package Joomla.Site * @subpackage Layout * * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */defined('JPATH_BASE')ordie;$params=$displayData->params;?><?php$images=json_decode($displayData->images);?><?phpif(!empty($images->image_fulltext)):?><?php$imgfloat=empty($images->float_fulltext)?$params->get('float_fulltext'):$images->float_fulltext;?><divclass="pull-<?phpechohtmlspecialchars($imgfloat);?> item-image"><img<?phpif($images->image_fulltext_caption):echo'class="caption"'.' title="'.htmlspecialchars($images->image_fulltext_caption).'"';endif;?>src="<?phpechohtmlspecialchars($images->image_fulltext);?>"alt="<?phpechohtmlspecialchars($images->image_fulltext_alt);?>"itemprop="image"/></div><?phpendif;?>