Diff
612
686
686
image.php
  |
77 | 77 | | $image = 'products/' . $this->_groups[$group_id]['code'] . '/' . $image; |
| |
78 | 78 | | } |
| |
79 | 79 | | |
  |
80 | | - | return tep_image(DIR_WS_HTTP_CATALOG . DIR_WS_IMAGES . $image, $title, $width, $height, $parameters); |
| |
| 80 | + | return osc_image(DIR_WS_IMAGES . $image, $title, $width, $height, $parameters); |
  |
81 | 81 | | } |
| |
82 | 82 | | |
| |
83 | 83 | | function getAddress(&$image, $group = 'default') { |
|