summaryrefslogtreecommitdiff
path: root/Styles-generator.php
diff options
context:
space:
mode:
Diffstat (limited to 'Styles-generator.php')
-rw-r--r--Styles-generator.php2
1 files changed, 1 insertions, 1 deletions
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");
}