X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=910eff67df0379bced860741437f21bb81a67425;hp=2b3623907597e162036097e13ad5ae9bb5bfcfac;hb=835ba59b19e673e5fa9990871788f85d95e26a8b;hpb=e11e2cb25a42bc5a51a131d1ba2a09d117306edf 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');