Moved dev tag on the left
This commit is contained in:
parent
2b65eb277e
commit
63a4064296
|
@ -93,7 +93,7 @@ if($id==$GLOBALS["config"]["lgbt"]["devId"]){
|
||||||
list($width, $height) = getimagesize("gdImg/dev.png");
|
list($width, $height) = getimagesize("gdImg/dev.png");
|
||||||
$hw=150*$height/$width;
|
$hw=150*$height/$width;
|
||||||
if($hw>600){$hw=600;}
|
if($hw>600){$hw=600;}
|
||||||
imagecopyresized($jpg_image, $photo, 800, 0, 0, 0, 500, $hw, $width, $height+150);
|
imagecopyresized($jpg_image, $photo, 0, 0, 0, 0, 500, $hw, $width, $height+150);
|
||||||
}
|
}
|
||||||
imagettftext($jpg_image, 25, 0, 720, 435, $white, $font_path, $orient);
|
imagettftext($jpg_image, 25, 0, 720, 435, $white, $font_path, $orient);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user