korrektur

This commit is contained in:
Carsten Götzinger 2018-02-15 13:25:50 +01:00
parent 03dda889a9
commit ad82178c75
1 changed files with 2 additions and 2 deletions

View File

@ -77,12 +77,12 @@ class RateItArticle extends RateItFrontend {
$objTemplate->maxRating = $this->intStars;
$objTemplate->votes = $rating[totalRatings];
/*if ($this->strTextPosition == "before") {
if ($this->strTextPosition == "before") {
$objTemplate->showBefore = true;
}
else if ($this->strTextPosition == "after") {
$objTemplate->showAfter = true;
}*/
}
if ($arrArticle['rateit_position'] == 'before') {
$objTemplate->rateit_rating_before = true;