editorConfig['mediaPrefix'] . $registry->navID . '/'; $imageData = json_decode($this->data['carColorImages']); $images = array(); $thumbs = array(); $editorData = ''; if ($this->isEditable === true) { $editorData = ' data-editor="CarColor" data-id="' . $this->data['carColorID'] . '" data-element="CarColor_' . $this->data['carColorID'] . '"'; } ?>
>
$image) { $imageName = explode('.', $image); $extension = '.' . end($imageName); $thumb = str_replace($extension, '-thumb' . $extension, $image); $thumbs[] = ''; ?>