Index: branches/RC/core/install/install_data.sql =================================================================== diff -u -N -r11572 -r11586 --- branches/RC/core/install/install_data.sql (.../install_data.sql) (revision 11572) +++ branches/RC/core/install/install_data.sql (.../install_data.sql) (revision 11586) @@ -313,7 +313,7 @@ INSERT INTO Events VALUES (DEFAULT, 'FORM.SUBMITTED', NULL, 1, 0, 'Core:Category', 'la_CMS_FormSubmitted', 0); INSERT INTO ConfigurationAdmin VALUES ('cms_DefaultDesign', 'la_Text_General', 'la_prompt_DefaultDesignTemplate', 'text', NULL, NULL, 10.29, 0, 0); -INSERT INTO ConfigurationValues VALUES (DEFAULT, 'cms_DefaultDesign', '/platform/designs/default_design.des', 'In-Portal', 'in-portal:configure_categories'); +INSERT INTO ConfigurationValues VALUES (DEFAULT, 'cms_DefaultDesign', '/platform/designs/general', 'In-Portal', 'in-portal:configure_categories'); INSERT INTO IdGenerator VALUES ('100');