From: Roland Häder Date: Sun, 5 Apr 2009 07:45:38 +0000 (+0000) Subject: itp renamed to xml X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=d73560a7ae364cce1365cc412c252ea60e33bf09;hp=d639afcf89c396fd4ffea9a2b833509679fb3d34 itp renamed to xml --- 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));