';
$html .= JText::translate($title);
if ($order == $selected)
{
$html .= '';
}
else if (substr($title, 0, 1) !== '<')
{
// include sortable icon only in case the column title doesn't start with
// a tag opening, which could mean that the th displays another icon
$html .= '';
}
$html .= '';
return $html;
}
}