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:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user