korrektur
This commit is contained in:
parent
03dda889a9
commit
ad82178c75
@ -77,12 +77,12 @@ class RateItArticle extends RateItFrontend {
|
|||||||
$objTemplate->maxRating = $this->intStars;
|
$objTemplate->maxRating = $this->intStars;
|
||||||
$objTemplate->votes = $rating[totalRatings];
|
$objTemplate->votes = $rating[totalRatings];
|
||||||
|
|
||||||
/*if ($this->strTextPosition == "before") {
|
if ($this->strTextPosition == "before") {
|
||||||
$objTemplate->showBefore = true;
|
$objTemplate->showBefore = true;
|
||||||
}
|
}
|
||||||
else if ($this->strTextPosition == "after") {
|
else if ($this->strTextPosition == "after") {
|
||||||
$objTemplate->showAfter = true;
|
$objTemplate->showAfter = true;
|
||||||
}*/
|
}
|
||||||
|
|
||||||
if ($arrArticle['rateit_position'] == 'before') {
|
if ($arrArticle['rateit_position'] == 'before') {
|
||||||
$objTemplate->rateit_rating_before = true;
|
$objTemplate->rateit_rating_before = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user