Index: openacs-4/packages/dotlrn/install.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/install.xml,v diff -u -r1.25.2.1 -r1.25.2.2 --- openacs-4/packages/dotlrn/install.xml 5 Feb 2024 17:44:20 -0000 1.25.2.1 +++ openacs-4/packages/dotlrn/install.xml 26 Dec 2024 10:15:58 -0000 1.25.2.2 @@ -60,7 +60,7 @@ <!-- <set-parameter package-key="acs-templating" name="RichTextEditor" value="tinymce"/> --> - <set-theme theme="dotlrn_bootstrap3" subsite="/" /> + <!-- <set-theme theme="dotlrn_bootstrap3" subsite="/" /> --> <set-parameter package-key="acs-bootstrap-installer" name="post_installation_message" value="When the server restarts click <a href='/dotlrn'>here</a> to configure .LRN"/> </actions> Index: openacs-4/packages/dotlrn-bootstrap3-theme/install.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-bootstrap3-theme/install.xml,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/dotlrn-bootstrap3-theme/install.xml 7 Aug 2017 23:48:09 -0000 1.2 +++ openacs-4/packages/dotlrn-bootstrap3-theme/install.xml 26 Dec 2024 10:15:58 -0000 1.2.2.1 @@ -22,6 +22,8 @@ <set-parameter package-key="new-portal" name="default_theme_name" value="#dotlrn-bootstrap3-theme.bootstrap3-theme#"/> <set-parameter package-key="new-portal" name="default_layout" value="#dotlrn-bootstrap3-theme.bootstrap-2column#"/> + <set-theme theme="dotlrn_bootstrap3" subsite="/" /> + </actions> </application>