X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=910eff67df0379bced860741437f21bb81a67425;hp=2b3623907597e162036097e13ad5ae9bb5bfcfac;hb=30e628a47fce4857aca0a4d80bed59ddc2f5c481;hpb=d639afcf89c396fd4ffea9a2b833509679fb3d34 diff --git a/inc/config.php b/inc/config.php index 2b362390..910eff67 100644 --- a/inc/config.php +++ b/inc/config.php @@ -107,6 +107,9 @@ $cfg->setConfigEntry('email_template_type', 'emails'); // CFG: CODE-TEMPLATE-TYPE $cfg->setConfigEntry('code_template_type', 'code'); +// CFG: IMAGE-TEMPLATE-TYPE +$cfg->setConfigEntry('image_template_type', 'image'); + // CFG: WEB-ENGINE $cfg->setConfigEntry('output_class', 'WebOutput');