]> 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 5844dfaa6077ae5ffc351660a18b5cd91ad2f1ea..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');
@@ -119,6 +119,9 @@ $cfg->setConfigEntry('menu_template_type', 'menu');
 // CFG: OUTPUT-CLASS
 $cfg->setConfigEntry('output_class', 'WebOutput');
 
+// CFG: LANGUAGE-SYSTEM-CLASS
+$cfg->setConfigEntry('language_system_class', 'LanguageSystem');
+
 // CFG: SELECTOR-TEMPLATE-PREFIX
 $cfg->setConfigEntry('tpl_selector_prefix', 'selector');