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 '
| ' . Text::_('COM_PHOCAGALLERY_RATING'). ': ' . $this->t['votesaverageimg'] .' / '.$this->t['votescountimg'] . ' ' . Text::_($this->t['votestextimg']). ' | '; if ($this->t['alreay_ratedimg']) { echo ''; if ($this->t['enable_multibox'] == 1) { echo ' | ||
| '.$voteMsg.' | '.$voteMsg.' | '; } } else if ($this->t['not_registered_img']) { echo ''; if ($this->t['enable_multibox'] == 1) { echo ' | '; echo ' |
| '.Text::_('COM_PHOCAGALLERY_COMMENT_ONLY_REGISTERED_LOGGED_RATE_IMAGE').' | ' . Text::_('COM_PHOCAGALLERY_COMMENT_ONLY_REGISTERED_LOGGED_RATE_IMAGE').' | '; } } else { echo ''; } echo ' | |