mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 17:54:55 +02:00
Fix long title on headline.php
This commit is contained in:
@@ -21,7 +21,7 @@ if(!@file_exists($page_file))
|
|||||||
putenv('GDFONTPATH=' . __DIR__);
|
putenv('GDFONTPATH=' . __DIR__);
|
||||||
|
|
||||||
// create image
|
// create image
|
||||||
$image = imagecreatetruecolor(250, 28);
|
$image = imagecreatetruecolor(600, 28);
|
||||||
|
|
||||||
// make the background transparent
|
// make the background transparent
|
||||||
imagecolortransparent($image, imagecolorallocate($image, 0, 0, 0));
|
imagecolortransparent($image, imagecolorallocate($image, 0, 0, 0));
|
||||||
|
Reference in New Issue
Block a user