PHP
- 1 ответ
- 0 вопросов
1
Вклад в тег
$this->data['thumb'] = $this->model_tool_image->resize($product_info['image'], $this->config->get('config_image_thumb_width'), $this->config->get('config_image_thumb_height'));
$this->data['thumb'] = $this->model_tool_image->resize($product_info['image'], 300, 300));
$image = $this->model_tool_image->resize($result['image'], $this->config->get('config_image_related_width'), $this->config->get('config_image_related_height'));
<?php foreach ($images as $image) { ?>
<?php foreach (array_reverse($images) as $image) { ?>