View Single Post
  #126  
Old 03-07-2008, 11:58 AM
  davidsaldana's Avatar 
davidsaldana davidsaldana is offline
 

Senior Member
  
Join Date: Oct 2005
Posts: 187
 

Default Re: Easy dynamic thumbnail generation

Thanks Balinor. The only [img] I have in my code is in function.thumb, which is as follows:

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

What would I replace it with?

-ds
__________________
4.4
Code:
Hello World
Reply With Quote