]> git.mxchange.org Git - core.git/blobdiff - inc/config.php
Renamed more stuff (will break app_die(), so it needs fixing).
[core.git] / inc / config.php
index 57c0ef34175dc125ae154cce1943c9020d9289b1..8df6b657ff9737442779daf76e106c34e8186f95 100644 (file)
@@ -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');