Index: trunk/kernel/units/categories/categories_config.php =================================================================== diff -u -N -r4029 -r4077 --- trunk/kernel/units/categories/categories_config.php (.../categories_config.php) (revision 4029) +++ trunk/kernel/units/categories/categories_config.php (.../categories_config.php) (revision 4077) @@ -11,6 +11,7 @@ 1 => 'id', 2 => 'page', 3 => 'event', + 4 => 'mode', ), 'AggregateTags' => Array( Array( @@ -40,6 +41,8 @@ FROM %1$s LEFT JOIN '.TABLE_PREFIX.'%3$sCategoryCustomData cust ON %1$s.ResourceId = cust.ResourceId'), + 'SubItems' => Array('c-cdata'), + 'ListSortings' => Array( '' => Array( 'ForcedSorting' => Array("CurrentSort" => 'asc', 'Priority' => 'desc', 'Name' => 'asc'),