Index: trunk/kernel/units/config_general/config_general_config.php =================================================================== diff -u -r1566 -r2487 --- trunk/kernel/units/config_general/config_general_config.php (.../config_general_config.php) (revision 1566) +++ trunk/kernel/units/config_general/config_general_config.php (.../config_general_config.php) (revision 2487) @@ -7,7 +7,13 @@ 'EventHandlerClass' => Array('class'=>'ConfigGeneralEventHandler','file'=>'config_general_event_handler.php','build_event'=>'OnBuild'), 'TagProcessorClass' => Array('class'=>'ConfigGeneralTagProcessor','file'=>'config_general_tag_processor.php','build_event'=>'OnBuild'), 'AutoLoad' => true, - 'hooks' => Array(), + 'AggregateTags' => Array( + Array( + 'AggregateTo' => 'm', + 'AggregatedTagName' => 'AllowAffiliateRegistration', + 'LocalTagName' => 'AllowAffiliateRegistration', + ), + ), 'QueryString' => Array( 1 => 'id', 2 => 'page',