/Web/image.php |
---|
32,10 → 32,12 |
$remove_thumb = true; |
} |
} |
$img_height = $img_size['1']; |
$img_width = $img_size['0']; |
if($remove_thumb == false){ |
$black = ImageColorAllocate($image, 0, 0, 0); |
ImageString ($image, 3, $thumb_width-80, $thumb_height-15, "www.mlab.cz", $black); |
ImageString ($image, 3, $img_width-80, $img_height-15, "www.mlab.cz", $black); |
imagejpeg($image); |
} |