]> git.mxchange.org Git - shipsimu.git/blobdiff - templates/images/de/image/emergency_exit.img
Image generator added, first CAPTCHA added with missing controller (partly work)
[shipsimu.git] / templates / images / de / image / emergency_exit.img
diff --git a/templates/images/de/image/emergency_exit.img b/templates/images/de/image/emergency_exit.img
deleted file mode 100644 (file)
index b46b738..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-// Needed in every image template to initialy set the image type
-$helper = ImageHelper::createImageHelper($this, "png");
-$helper->setBaseImage("base_image");
-
-// Set image dimensions
-$helper->setWidth(400);
-$helper->setHeight(200);
-
-// Background and foreground color
-$helper->setBackgroundColorRedGreenBlue(0xFF, 0xAA, 0xAA);
-$helper->setForegroundColorRedGreenBlue(0x00, 0x00, 0x00);
-
-// Add error message
-$helper->setImageString("Genereller Fehler!");
-
-// Flush content to the template engine
-$helper->flushContent();
-
-// Comment this out if image is done
-//$this->debugInstance();
-?>