Index: openacs-4/packages/new-portal/catalog/new-portal.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/catalog/new-portal.en_US.ISO-8859-1.xml,v diff -u -N -r1.15 -r1.15.2.1 --- openacs-4/packages/new-portal/catalog/new-portal.en_US.ISO-8859-1.xml 13 Jan 2005 13:58:24 -0000 1.15 +++ openacs-4/packages/new-portal/catalog/new-portal.en_US.ISO-8859-1.xml 16 Jun 2005 15:54:53 -0000 1.15.2.1 @@ -13,6 +13,8 @@ An Art Deco theme deco Go back + KELP + Knowledge E-Learning Portal - Note custom portlets for portal templates are somewhat fragile and not fully flexible, anyway you can add custom portlets at any time to the template, and will be added to all the portals related (users, classes, etc.), you can edit them and the change will be reflected in all the portals as well, also in the class & community the custom portlets added through the template can be changed manually by the class admin, but you can always override when editing the custom portlet through the main templates (here). Add This Portlet Here Error, bad params! \n Index: openacs-4/packages/new-portal/sql/postgresql/defaults.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/sql/postgresql/defaults.sql,v diff -u -N -r1.6 -r1.6.8.1 --- openacs-4/packages/new-portal/sql/postgresql/defaults.sql 29 May 2003 18:04:55 -0000 1.6 +++ openacs-4/packages/new-portal/sql/postgresql/defaults.sql 16 Jun 2005 15:54:54 -0000 1.6.8.1 @@ -91,6 +91,13 @@ ''themes/sloan-theme'' -- directory ); + perform portal_element_theme__new ( + ''#new-portal.kelp_theme_name#'', -- name + ''#new-portal.kelp_theme_description#'', -- description + ''themes/kelp-theme'', -- filename + ''themes/kelp-theme'' -- directory + ); + return 0; end;' language 'plpgsql';