<?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;$data=$displayData;$title=htmlspecialchars(JText::_($data->tip?:$data->title));JHtml::_('bootstrap.popover');?><ahref="#"onclick="return false;"class="js-stools-column-order hasPopover"data-order="<?phpecho$data->order;?>"data-direction="<?phpechostrtoupper($data->direction);?>"data-name="<?phpechoJText::_($data->title);?>"title="<?phpecho$title;?>"data-content="<?phpechohtmlspecialchars(JText::_('JGLOBAL_CLICK_TO_SORT_THIS_COLUMN'));?>"data-placement="top"><?phpif(!empty($data->icon)):?><spanclass="<?phpecho$data->icon;?>"></span><?phpendif;?><?phpif(!empty($data->title)):?><?phpechoJText::_($data->title);?><?phpendif;?><?phpif($data->order==$data->selected):?><spanclass="<?phpecho$data->orderIcon;?>"></span><?phpendif;?></a>