Index: branches/5.1.x/core/units/structure/structure_config.php =================================================================== diff -u -N -r13168 -r13545 --- branches/5.1.x/core/units/structure/structure_config.php (.../structure_config.php) (revision 13168) +++ branches/5.1.x/core/units/structure/structure_config.php (.../structure_config.php) (revision 13545) @@ -1,6 +1,6 @@ '*', 'DoEvent' => 'OnDefineCustomFields', ), + + Array ( + 'Mode' => hBEFORE, + 'Conditional' => false, + 'HookToPrefix' => 'rel', + 'HookToSpecial' => '*', + 'HookToEvent' => Array ('OnAfterConfigRead'), + 'DoPrefix' => '', + 'DoSpecial' => '*', + 'DoEvent' => 'OnCloneSubItem', + ), + + Array ( + 'Mode' => hBEFORE, + 'Conditional' => false, + 'HookToPrefix' => 'img', + 'HookToSpecial' => '*', + 'HookToEvent' => Array ('OnAfterConfigRead'), + 'DoPrefix' => '', + 'DoSpecial' => '*', + 'DoEvent' => 'OnCloneSubItem', + ), ), 'IDField' => 'CategoryId',