View Single Post
  #131  
Old 10-18-2008, 08:41 PM
 
efindlow efindlow is offline
 

Newbie
  
Join Date: May 2008
Posts: 2
 

Default Re: Easy dynamic thumbnail generation

Quote:
Originally Posted by balinor
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'].' />';
ohh perfect - thanks for this works great
__________________
elana findlow
www.elfdesigns.com.au
version 4.1.10
Reply With Quote