Menu engine heavily extended, misc rewrites:
[core.git] / inc / config.php
index 65bc3c56436cf7271ccb0af8ec2fd52ef40fa40c..9e33cfadecfd6407cf8a5d18e602ff54a978719b 100644 (file)
@@ -90,7 +90,7 @@ $cfg->setConfigEntry('application_path', $cfg->getConfigEntry('base_path') . $cf
 $cfg->setConfigEntry('compile_output_path', 'templates/_compiled/');
 
 // CFG: TEMPLATE-CLASS
-$cfg->setConfigEntry('template_class', 'WebTemplateEngine');
+$cfg->setConfigEntry('web_template_class', 'WebTemplateEngine');
 
 // CFG: DEBUG-CLASS
 $cfg->setConfigEntry('debug_class', 'DebugWebOutput');