Index: branches/5.0.x/core/units/theme_files/theme_files_config.php =================================================================== diff -u -N -r12734 -r12808 --- branches/5.0.x/core/units/theme_files/theme_files_config.php (.../theme_files_config.php) (revision 12734) +++ branches/5.0.x/core/units/theme_files/theme_files_config.php (.../theme_files_config.php) (revision 12808) @@ -1,6 +1,6 @@ Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'FileName' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'FilePath' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), + 'TemplateAlias' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'Description' => Array ('type' => 'string', 'max_len' => 255, 'default' => NULL), 'FileType' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'FileFound' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0),