Hi,
Dealing with thumbs I've noticed the following line of code in phpfunctions.php (function CreateThumbnail($value, $size, $ext)) :
echo $width_old.'||'.$height_old.'<br>';
echo $final_width.'||'.$final_height.'<br>';
They print image sizes before and after creating a thumb. Sometimes it's important but on the other hand that printing 'damages' template structure and may frighten a customer.
What is it for?
Regards,
Jacek