Index: branches/1.1.x/units/sections/sections_config.php =================================================================== diff -u -N -r14249 -r14287 --- branches/1.1.x/units/sections/sections_config.php (.../sections_config.php) (revision 14249) +++ branches/1.1.x/units/sections/sections_config.php (.../sections_config.php) (revision 14287) @@ -60,7 +60,7 @@ # Hooks to events that may call any other events 'Hooks' => Array ( - + # hook to OnAfterCacheRebuild event of "adm" prefix (tiggered when unit cache is rebuild and stored) called # to override cloned sub-items (ie. register extended classes for cloned unit configs such as n-img, n-rev) /*Array ( @@ -73,7 +73,7 @@ 'DoSpecial' => '*', 'DoEvent' => 'OnOverrideClonedSubItems', ),*/ - + # hook to category OnAfterConfigRead event called to customize category configuration settings /*Array ( 'Mode' => hAFTER,