X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=910eff67df0379bced860741437f21bb81a67425;hp=c9506f6fbcdc4db26fb69a3a579002d9bdd2c936;hb=7e46f248cc9eb9a3cd540b2e864e053f40a46bcd;hpb=5fd6357da0785a57c5d3827fa8d00507fee57a6b diff --git a/inc/config.php b/inc/config.php index c9506f6f..910eff67 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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');