Index: trunk/kernel/units/help/help_config.php =================================================================== diff -u -N -r1566 -r1662 --- trunk/kernel/units/help/help_config.php (.../help_config.php) (revision 1566) +++ trunk/kernel/units/help/help_config.php (.../help_config.php) (revision 1662) @@ -2,13 +2,14 @@ $config = Array( 'Prefix' => 'h', - 'EventHandlerClass' => Array('class'=>'kEventHandler','file'=>'','build_event'=>'OnBuild'), + 'EventHandlerClass' => Array('class'=>'HelpEventHandler','file'=>'help_event_handler.php','build_event'=>'OnBuild'), 'TagProcessorClass' => Array('class'=>'HelpTagProcessor','file'=>'help_tag_processor.php','build_event'=>'OnBuild'), 'QueryString' => Array( 1 => 'prefix', 2 => 'icon', 3 => 'module', 4 => 'title_preset', + 5 => 'event', ), );