From 673ae409e3a9f701db3e80925373ea3a13823b7a Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Mon, 30 Aug 2010 21:21:06 +0200 Subject: Fonts path update --- Styles-generator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Styles-generator.php') diff --git a/Styles-generator.php b/Styles-generator.php index 39bafef..0cc5181 100644 --- a/Styles-generator.php +++ b/Styles-generator.php @@ -15,7 +15,7 @@ foreach ($Styles as $style => $font) $black=imagecolorallocatealpha($img, 0, 0, 0, 0); imagefilledrectangle($img, 0, 0, WIDTH, HEIGHT, $transparent); - imagettftext($img, 30, 3, 0, HEIGHT * 80/100 , $black, "import/".$font, $style); + imagettftext($img, 30, 3, 0, HEIGHT * 80/100 , $black, "".$font, $style); imagepng($img, "styles/$style.png"); } -- cgit v1.2.3