Index: trunk/core/kernel/processors/main_processor.php =================================================================== diff -u -r4216 -r4225 --- trunk/core/kernel/processors/main_processor.php (.../main_processor.php) (revision 4216) +++ trunk/core/kernel/processors/main_processor.php (.../main_processor.php) (revision 4225) @@ -851,6 +851,13 @@ { return replaceModuleSection($params['icon']); } + + function StoreSystemVars($params) + { + // save theese variables to session, because they are useful for most configuration templates + $this->Application->LinkVar('module'); + $this->Application->LinkVar('section'); + } }