X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fresponse%2Fimage%2Fclass_ImageResponse.php;h=27fac282900e22c0475b4c6a87c60e6f1d16ca66;hp=7a1cdce27deb8c94b8063001055a5a2d11dc4ad3;hb=d73560a7ae364cce1365cc412c252ea60e33bf09;hpb=d639afcf89c396fd4ffea9a2b833509679fb3d34;ds=sidebyside diff --git a/inc/classes/main/response/image/class_ImageResponse.php b/inc/classes/main/response/image/class_ImageResponse.php index 7a1cdce2..27fac282 100644 --- a/inc/classes/main/response/image/class_ImageResponse.php +++ b/inc/classes/main/response/image/class_ImageResponse.php @@ -72,10 +72,10 @@ class ImageResponse extends BaseResponse implements Responseable { // Set new template engine $cfg->setConfigEntry('template_class' , $cfg->readConfig('image_template_class')); - $cfg->setConfigEntry('raw_template_extension' , ".img"); - $cfg->setConfigEntry('code_template_extension', ".itp"); - $cfg->setConfigEntry('tpl_base_path' , "templates/images/"); - $cfg->setConfigEntry('code_template_type' , "image"); + $cfg->setConfigEntry('raw_template_extension' , '.img'); + $cfg->setConfigEntry('code_template_extension', '.xml'); + $cfg->setConfigEntry('tpl_base_path' , 'templates/images/'); + $cfg->setConfigEntry('code_template_type' , 'image'); // Get a prepared instance $this->setTemplateInstance($this->prepareTemplateInstance($appInstance));