Index: branches/5.3.x/core/units/themes/themes_config.php =================================================================== diff -u -N -r15659 -r16124 --- branches/5.3.x/core/units/themes/themes_config.php (.../themes_config.php) (revision 15659) +++ branches/5.3.x/core/units/themes/themes_config.php (.../themes_config.php) (revision 16124) @@ -1,6 +1,6 @@ 1, 'default' => 0 ), 'TemplateAliases' => Array ('type' => 'string', 'formatter' => 'kSerializedFormatter', 'default' => 'a:0:{}'), + 'StylesheetFile' => array( + 'type' => 'string', 'max_len' => 255, + 'error_msgs' => array('not_found' => '!la_error_FileNotFound!'), + 'not_null' => 1, 'default' => '' + ), 'ImageResizeRules' => Array ('type' => 'string', 'default' => NULL), ), @@ -152,6 +157,7 @@ 'Enabled' => Array ( 'title' => 'column:la_fld_Status', 'filter_block' => 'grid_options_filter', 'width' => 200, ), // 'PrimaryTheme' => Array ( 'title' => 'column:la_fld_Primary', 'filter_block' => 'grid_options_filter'), 'LanguagePackInstalled' => Array ('title' => 'la_col_LanguagePackInstalled', 'filter_block' => 'grid_options_filter', 'width' => 200,), + 'StylesheetFile' => array('filter_block' => 'grid_like_filter', 'width' => 150, 'hidden' => 1), ), ), ),