Index: branches/5.2.x/core/units/themes/themes_config.php =================================================================== diff -u -N -r15012 -r16084 --- branches/5.2.x/core/units/themes/themes_config.php (.../themes_config.php) (revision 15012) +++ branches/5.2.x/core/units/themes/themes_config.php (.../themes_config.php) (revision 16084) @@ -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' => '' + ), ), 'Grids' => Array( @@ -147,7 +152,8 @@ '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), ), ), ), - ); \ No newline at end of file + );