Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

612
 
686
 
686
 
image.php
_> 7777         $image = 'products/' . $this->_groups[$group_id]['code'] . '/' . $image;
  7878       }
  7979 
<> 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);
<_ 8181     }
  8282 
  8383     function getAddress(&$image, $group = 'default') {