|
@@ -682,7 +682,7 @@ class Color extends Start_Controller {
|
|
|
$str .= "<td>".$value['craft_process']."</td>";
|
|
|
$str .= "<td>".$value['time']."</td>";
|
|
|
$str .= "<td ><table border='0'><tr class='fixed-height' >";
|
|
|
- foreach ($img_list as $img) {
|
|
|
+ foreach ($value['img'] as $img) {
|
|
|
$str .= '<td >'.$img.'</td>';
|
|
|
|
|
|
}
|