NoteStar před 5 roky
rodič
revize
10c888a952

+ 1 - 1
addons/fecmall/furnilife_theme/app/appfront/theme/furnilife/catalog/product/index/review.php

@@ -102,7 +102,7 @@
                                                 $imgpath =explode(",", $one['imgpath']);
                                                 foreach ($imgpath as $img) {
                                                     if($img){
-                                                        echo "<img class='pimg' src='https://img.queenabby.com/media/review".$img."'>";
+                                                        echo "<img class='pimg' src='".Yii::$service->image->getImgUrl('media/review'.$img)."'>";
                                                     }
 
                                                 }

+ 1 - 1
addons/fecmall/furnilife_theme/app/appfront/theme/furnilife/catalog/reviewproduct/lists.php

@@ -133,7 +133,7 @@
                                                     $imgpath =explode(",", $one['imgpath']);
                                                     foreach ($imgpath as $img) {
                                                         if($img){
-                                                            echo "<img class='pimg' src='https://img.queenabby.com/media/review".$img."'>";
+                                                            echo "<img class='pimg' src='".Yii::$service->image->getImgUrl('media/review'.$img)."'>";
                                                         }
 
                                                     }

+ 1 - 1
addons/fecmall/furnilife_theme/app/apphtml5/theme/furnilife/catalog/product/index/review.php

@@ -92,7 +92,7 @@
                                             $imgpath =explode(",", $one['imgpath']);
                                             foreach ($imgpath as $img) {
                                                 if($img){
-                                                    echo "<img class='pimg' src='https://img.queenabby.com/media/review".$img."'>";
+                                                    echo "<img class='pimg' src='".Yii::$service->image->getImgUrl('media/review'.$img)."'>";
                                                 }
 
                                             }

+ 1 - 1
addons/fecmall/furnilife_theme/app/apphtml5/theme/furnilife/catalog/reviewproduct/lists.php

@@ -133,7 +133,7 @@
                                                 $imgpath =explode(",", $one['imgpath']);
                                                 foreach ($imgpath as $img) {
                                                     if($img){
-                                                        echo "<img class='pimg' src='https://img.queenabby.com/media/review".$img."'>";
+                                                        echo "<img class='pimg' src='".Yii::$service->image->getImgUrl('media/review'.$img)."'>";
                                                     }
 
                                                 }