Index: branches/5.0.x/core/units/categories/categories_config.php =================================================================== diff -u -r12117 -r12217 --- branches/5.0.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 12117) +++ branches/5.0.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 12217) @@ -1,6 +1,6 @@ Array ( 'type' => 'string', 'formatter' => 'kOptionsFormatter', - 'options_sql' => ' SELECT CONCAT(tf.Description, " (", TRIM(TRAILING ".des" FROM TRIM(TRAILING ".tpl" FROM FileName) ), ")") AS Title, + 'options_sql' => ' SELECT CONCAT(":: ", tf.Description, " :: ", FilePath, "/", TRIM(TRAILING ".tpl" FROM FileName) ) AS Title, CONCAT(FilePath, "/", TRIM(TRAILING ".tpl" FROM FileName)) AS Value FROM ' . TABLE_PREFIX . 'ThemeFiles AS tf LEFT JOIN ' . TABLE_PREFIX . 'Theme AS t ON t.ThemeId = tf.ThemeId