From 3e3f4bb5a514158ec8777684ca6c7f1c2a37bed5 Mon Sep 17 00:00:00 2001 From: slawkens Date: Wed, 12 Feb 2025 16:17:03 +0100 Subject: [PATCH] Fix long title on headline.php --- templates/tibiacom/headline.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tibiacom/headline.php b/templates/tibiacom/headline.php index 85dae0f2..4bf3f273 100644 --- a/templates/tibiacom/headline.php +++ b/templates/tibiacom/headline.php @@ -7,7 +7,7 @@ if(strlen($text) > 100) // max limit putenv('GDFONTPATH=' . __DIR__); // create image -$image = imagecreatetruecolor(250, 28); +$image = imagecreatetruecolor(600, 28); // make the background transparent imagecolortransparent($image, imagecolorallocate($image, 0, 0, 0));