View Single Post
  #127  
Old 03-07-2008, 12:04 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Easy dynamic thumbnail generation

Right, that is incorrect. Try this:

### RĐ­ckgabe-Strings erstellen
if (empty($params['html'])) $_RETURN['img'] = '<img src="'.$_DST['file'].'" '.$params['html'].' '.$_DST['string'].' alt="" title="" />';
else $_RETURN['img'] = '<img src="'.$_DST['file'].'" '.$params['html'].' '.$_DST['string'].' />';
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote