<?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'];$legacy=$displayData['legacy'];?><?phpif($params->get('show_icons')):?><?phpif($legacy):?><?php// Checks template image directory for image, if none found default are loaded ?><?phpechoJHtml::_('image','system/printButton.png',JText::_('JGLOBAL_PRINT'),null,true);?><?phpelse:?><spanclass="icon-print"aria-hidden="true"></span><?phpechoJText::_('JGLOBAL_PRINT');?><?phpendif;?><?phpelse:?><?phpechoJText::_('JGLOBAL_PRINT');?><?phpendif;?>