Index: branches/5.0.x/core/units/categories/categories_config.php =================================================================== diff -u -N -r13289 -r13328 --- branches/5.0.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 13289) +++ branches/5.0.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 13328) @@ -1,6 +1,6 @@ Array ( 'CurrentSort' => "REPLACE(ParentPath, CONCAT('|', ".'%1$s'.".CategoryId, '|'), '')", + 'AltName' => 'img.AltName', 'SameImages' => 'img.SameImages', 'LocalThumb' => 'img.LocalThumb', 'ThumbPath' => 'img.ThumbPath', @@ -404,6 +405,7 @@ 'OldPriority' => Array('type' => 'int', 'default' => 0), // for primary image + 'AltName' => Array('type' => 'string', 'default' => ''), 'SameImages' => Array('type' => 'string', 'default' => ''), 'LocalThumb' => Array('type' => 'string', 'default' => ''), 'ThumbPath' => Array('type' => 'string', 'default' => ''),