X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=2dd258af47c85edf45f9dda0c3c26a50db2b92a9;hp=d40149cc3a06f46cc6105079649dccc7709a0009;hb=90608b0a257489c8da469af16a96007093dc1ffa;hpb=749d4734a4eb3db7a98f1f2493752c7599e8776e diff --git a/inc/config.php b/inc/config.php index d40149cc..2dd258af 100644 --- a/inc/config.php +++ b/inc/config.php @@ -108,7 +108,7 @@ $cfg->setConfigEntry('email_template_type', "emails"); $cfg->setConfigEntry('code_template_type', "code"); // CFG: WEB-ENGINE -$cfg->setConfigEntry('web_engine', "WebOutput"); +$cfg->setConfigEntry('output_class', "WebOutput"); // CFG: SELECTOR-TEMPLATE-PREFIX $cfg->setConfigEntry('tpl_selector_prefix', "selector");