* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Language\Text; $data = $displayData; $icon = 'icon-sort'; $sort = ''; $caption = ''; $selected = ''; $id = ''; if ($data->order === $data->selected) : $icon = $data->orderIcon; $sort = $data->direction === 'asc' ? 'descending' : 'ascending'; $heading = !empty($data->title) ? Text::_($data->title) : Text::_('JGRID_HEADING_ORDERING'); $caption = Text::sprintf('JGRID_HEADING_CAPTION_' . $data->direction, $heading); $selected = ' selected'; $id = 'id="sorted"'; endif; ?> data-order="order; ?>" data-direction="direction); ?>" data-caption="" data-sort="" > title)) : ?>title); ?> title)) ? Text::_($data->title) : Text::_('JGRID_HEADING_ORDERING'); ?>