// 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));