1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 05:07:27 +02:00

Issue #459 related. Rating icon path fix.

This commit is contained in:
Cameron
2013-12-29 12:51:10 -08:00
parent cd2e699638
commit 7fa6fb4daa

View File

@@ -33,7 +33,7 @@ class rater {
$hintArray = array(RATELAN_POOR,RATELAN_FAIR,RATELAN_GOOD,RATELAN_VERYGOOD,RATELAN_EXCELLENT); $hintArray = array(RATELAN_POOR,RATELAN_FAIR,RATELAN_GOOD,RATELAN_VERYGOOD,RATELAN_EXCELLENT);
$datahint = implode(",",$hintArray); $datahint = implode(",",$hintArray);
$path = e_WEB_JS."rate/img/"; $path = e_JS_ABS."rate/img/";
$score = ($score / 2); $score = ($score / 2);
// var_dump($readonly); // var_dump($readonly);