View Single Post
  #24  
Old 06-18-2006, 12:46 AM
 
Eddie Hillegers Eddie Hillegers is offline
 

Advanced Member
  
Join Date: Feb 2003
Posts: 47
 

Default

to get rid of the border around the thumbnails i changed

Code:
### Rц╪ckgabe-Strings erstellen if (empty($params['html'])) $_RETURN['img'] = '[img]'.$_DST['file'].'[/img]'; else $_RETURN['img'] = '[img]'.$_DST['file'].'[/img]';

in function.thumb.php to this

Code:
### Rц╪ckgabe-Strings erstellen if (empty($params['html'])) $_RETURN['img'] = '[img]'.$_DST['file'].'[/img]'; else $_RETURN['img'] = '[img]'.$_DST['file'].'[/img]';

maybe a bit rude but it does the trick for me

Cheers Eddie
__________________
X-cart 4.1.11
PHP 5.2.0
MySQL 5.0
www.ebonist.nl
Reply With Quote