public static function getOrderingImageArray()
{
$imgOrdering = array(
1 => Text::_('COM_PHOCAGALLERY_ORDERING_ASC'),
2 => Text::_('COM_PHOCAGALLERY_ORDERING_DESC'),
3 => Text::_('COM_PHOCAGALLERY_TITLE_ASC'),
4 => Text::_('COM_PHOCAGALLERY_TITLE_DESC'),
5 => Text::_('COM_PHOCAGALLERY_DATE_ASC'),
6 => Text::_('COM_PHOCAGALLERY_DATE_DESC'),
//7 => JText::_('COM_PHOCAGALLERY_ID_ASC'),
//8 => JText::_('COM_PHOCAGALLERY_ID_DESC'),
11 => Text::_('COM_PHOCAGALLERY_COUNT_ASC'),
12 => Text::_('COM_PHOCAGALLERY_COUNT_DESC'),
13 => Text::_('COM_PHOCAGALLERY_AVERAGE_ASC'),
14 => Text::_('COM_PHOCAGALLERY_AVERAGE_DESC'),
15 => Text::_('COM_PHOCAGALLERY_HITS_ASC'),
16 => Text::_('COM_PHOCAGALLERY_HITS_DESC'),
);
return $imgOrdering;
}