X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=c04c025630bc256e95358cae4c1500ec014bf3b5;hp=03c1b9a225ff00dbd1716b1b012e7c1ec021adff;hb=6efe73fc37d258a0f7a5ff1e95048cadd7632f30;hpb=8da8c73c7c0e93f643408dfd28a7793f87b8cc97 diff --git a/inc/config.php b/inc/config.php index 03c1b9a2..c04c0256 100644 --- a/inc/config.php +++ b/inc/config.php @@ -110,8 +110,11 @@ $cfg->setConfigEntry('html_template_type', 'html'); // CFG: EMAIL-TEMPLATE-TYPE $cfg->setConfigEntry('email_template_type', 'emails'); -// CFG: CODE-TEMPLATE-TYPE -$cfg->setConfigEntry('code_template_type', 'code'); +// CFG: CODE-HTML-TEMPLATE-TYPE +$cfg->setConfigEntry('code_html_template_type', 'code'); + +// CFG: CODE-CONSOLE-TEMPLATE-TYPE +$cfg->setConfigEntry('code_console_template_type', 'xml'); // CFG: IMAGE-TEMPLATE-TYPE $cfg->setConfigEntry('image_template_type', 'image');