X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=817a337926b5b69325cb0a76d2c0b24d5a4691ae;hp=65bc3c56436cf7271ccb0af8ec2fd52ef40fa40c;hb=c3106ae537f1d46274988826a070632a439e2c49;hpb=36e4d0eb331bd724db0bd23071271d5eaeb37b17 diff --git a/inc/config.php b/inc/config.php index 65bc3c56..817a3379 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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'); @@ -305,5 +305,14 @@ $cfg->setConfigEntry('product_install_mode', 'debug'); // CFG: DECIMALS $cfg->setConfigEntry('decimals', 3); +// CFG: STACKER-CLASS +$cfg->setConfigEntry('menu_stacker_class', 'FiLoStacker'); + +// CFG: STACKER-GENERIC-MAX-SIZE +$cfg->setConfigEntry('stacker_generic_max_size', 100); + +// CFG: STACKER-CURRENT-NODE-MAX-SIZE +$cfg->setConfigEntry('stacker_current_node_max_size', 20); + // [EOF] ?>