loadController() is now more generic (TODO: check that all other apps works)
[core.git] / inc / config.php
index c9506f6fbcdc4db26fb69a3a579002d9bdd2c936..910eff67df0379bced860741437f21bb81a67425 100644 (file)
@@ -33,7 +33,7 @@ require(ApplicationEntryPoint::detectCorePath() . '/inc/config/class_FrameworkCo
 $cfg = FrameworkConfiguration::getInstance();
 
 // CFG: SERVER-PATH
-$cfg->setConfigEntry('base_path', ApplicationEntryPoint::detectCorePath() . '/'));
+$cfg->setConfigEntry('base_path', ApplicationEntryPoint::detectCorePath() . '/');
 
 // CFG: BASE-URL
 $cfg->setConfigEntry('base_url', $cfg->detectBaseUrl());
@@ -107,6 +107,9 @@ $cfg->setConfigEntry('email_template_type', 'emails');
 // CFG: CODE-TEMPLATE-TYPE
 $cfg->setConfigEntry('code_template_type', 'code');
 
+// CFG: IMAGE-TEMPLATE-TYPE
+$cfg->setConfigEntry('image_template_type', 'image');
+
 // CFG: WEB-ENGINE
 $cfg->setConfigEntry('output_class', 'WebOutput');