Index: openacs-4/packages/new-portal/sql/oracle/defaults.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/sql/oracle/defaults.sql,v diff -u -r1.17 -r1.18 --- openacs-4/packages/new-portal/sql/oracle/defaults.sql 29 Mar 2002 18:48:28 -0000 1.17 +++ openacs-4/packages/new-portal/sql/oracle/defaults.sql 11 Jun 2002 04:17:54 -0000 1.18 @@ -66,18 +66,6 @@ portal_layout.add_region (layout_id => layout_id, region => '2'); portal_layout.add_region (layout_id => layout_id, region => '3'); --- three columns with a header. - layout_id := portal_layout.new ( - name => '3-column w/ Header', - description => 'A 3-column layout with a header area.', - filename => 'layouts/header3', - resource_dir => 'layouts/components/header3'); - - portal_layout.add_region (layout_id => layout_id, region => '1'); - portal_layout.add_region (layout_id => layout_id, region => '2'); - portal_layout.add_region (layout_id => layout_id, region => '3'); - portal_layout.add_region (layout_id => layout_id, region => 'i1', immutable_p => 't'); - -- Now, some element themes. theme_id := portal_element_theme.new (