diff --git a/templates/tibiacom/headline.php b/templates/tibiacom/headline.php index 36e9ff4d..039fe9d8 100644 --- a/templates/tibiacom/headline.php +++ b/templates/tibiacom/headline.php @@ -21,7 +21,7 @@ if(!@file_exists($page_file)) putenv('GDFONTPATH=' . __DIR__); // create image - $image = imagecreatetruecolor(250, 28); + $image = imagecreatetruecolor(600, 28); // make the background transparent imagecolortransparent($image, imagecolorallocate($image, 0, 0, 0));