mirror of
https://github.com/e107inc/e107.git
synced 2025-05-06 12:15:38 +02:00
Issue #459 related. Rating icon path fix.
This commit is contained in:
parent
cd2e699638
commit
7fa6fb4daa
@ -33,7 +33,7 @@ class rater {
|
||||
$hintArray = array(RATELAN_POOR,RATELAN_FAIR,RATELAN_GOOD,RATELAN_VERYGOOD,RATELAN_EXCELLENT);
|
||||
|
||||
$datahint = implode(",",$hintArray);
|
||||
$path = e_WEB_JS."rate/img/";
|
||||
$path = e_JS_ABS."rate/img/";
|
||||
|
||||
$score = ($score / 2);
|
||||
// var_dump($readonly);
|
||||
|
Loading…
x
Reference in New Issue
Block a user