/Web/image.php
34,8 → 34,8
}
if($remove_thumb == false){
 
$black = ImageColorAllocate($thumb, 0, 0, 0);
ImageString ($thumb, 3, $thumb_width-80, $thumb_height-15, "www.mlab.cz", $black);
$black = ImageColorAllocate($image, 0, 0, 0);
ImageString ($image, 3, $thumb_width-80, $thumb_height-15, "www.mlab.cz", $black);
imagejpeg($image);
 
}
43,6 → 43,6
$remove_thumb = true;
}
 
 
 
?>