X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=8df6b657ff9737442779daf76e106c34e8186f95;hp=57c0ef34175dc125ae154cce1943c9020d9289b1;hb=c3021952494266e05bfa9046baf9bcd11bfe7d13;hpb=f9a2f3669556abe44d09fc0685262a35ae307930 diff --git a/inc/config.php b/inc/config.php index 57c0ef34..8df6b657 100644 --- a/inc/config.php +++ b/inc/config.php @@ -89,8 +89,8 @@ $cfg->setConfigEntry('application_path', $cfg->getConfigEntry('base_path') . $cf // CFG: COMPILE-OUTPUT-PATH $cfg->setConfigEntry('compile_output_path', 'templates/_compiled/'); -// CFG: TEMPLATE-CLASS -$cfg->setConfigEntry('web_template_class', 'WebTemplateEngine'); +// CFG: HTML-TEMPLATE-CLASS +$cfg->setConfigEntry('html_template_class', 'HtmlTemplateEngine'); // CFG: DECO-XML-REWRITER-TEMPLATE-CLASS $cfg->setConfigEntry('deco_xml_rewriter_template_class', 'XmlRewriterTemplateDecorator');