t['action']); //if ((int)$this->t['display_rating_img'] == 1 || $this->t['mb_rating']) { if ((int)$this->t['display_rating_img'] == 1) { // Leave message for already voted images $vote = $app->input->get('vote', 0, 'int');; if ($vote == 1) { $voteMsg = Text::_('COM_PHOCAGALLERY_ALREADY_RATED_IMG_THANKS'); } else { $voteMsg = Text::_('COM_PHOCAGALLERY_ALREADY_RATE_IMG'); } echo '' .'' .''; if ($this->t['alreay_ratedimg']) { echo ''; if ($this->t['enable_multibox'] == 1) { echo ''; echo ''; } else { echo ''; } } else if ($this->t['not_registered_img']) { echo ''; if ($this->t['enable_multibox'] == 1) { echo ''; echo ''; } else { echo ''; } } else { echo ''; } echo '
' . Text::_('COM_PHOCAGALLERY_RATING'). ': ' . $this->t['votesaverageimg'] .' / '.$this->t['votescountimg'] . ' ' . Text::_($this->t['votestextimg']). '  
    ' .'
  • ' .'
  • '; for ($i = 2;$i < 6;$i++) { echo '
  • '; } echo '
'.$voteMsg.'
  '.$voteMsg.'
    ' .'
  • ' .'
  • '; for ($i = 2;$i < 6;$i++) { echo '
  • '; } echo '
'.Text::_('COM_PHOCAGALLERY_COMMENT_ONLY_REGISTERED_LOGGED_RATE_IMAGE').'
  ' . Text::_('COM_PHOCAGALLERY_COMMENT_ONLY_REGISTERED_LOGGED_RATE_IMAGE').'
    ' .'
  • ' //.'
  • 1
  • '; .'
  • 1
  • '; for ($i = 2;$i < 6;$i++) { //echo '
  • '.$i.'
  • '; echo '
  • '.$i.'
  • '; } echo '
'; } ?>