<?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;/** * Layout variables * --------------------- * * @var string $item The item id number * @var string $link The link text * @var string $label The label text */extract($displayData);JHtml::_('behavior.modal','button.modal_'.$item);?><buttonclass="btn modal_<?phpecho$item;?>"title="<?phpecho$label;?>"href="<?phpecho$link;?>"rel="{handler: 'iframe', size: {x: 800, y: 500}}"><spanclass="icon-archive"aria-hidden="true"></span><?phpecho$label;?></button>