Index: openacs-4/packages/cms/tcl/module-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/tcl/module-procs.tcl,v diff -u -N -r1.9.2.3 -r1.9.2.4 --- openacs-4/packages/cms/tcl/module-procs.tcl 9 Jun 2005 21:34:33 -0000 1.9.2.3 +++ openacs-4/packages/cms/tcl/module-procs.tcl 19 Nov 2005 23:13:12 -0000 1.9.2.4 @@ -347,12 +347,18 @@ # register content_revision and subtypes to main folder content::folder::register_content_type -folder_id $root_key \ -content_type content_revision -include_subtypes t + content::folder::register_content_type -folder_id $root_key \ + -content_type content_folder -include_subtypes t } "Templates" { set root_key [content::folder::new -name pkg_${package_id}_templates \ -context_id $package_id \ -parent_id "0" \ -label "$instance_name $module" ] + content::folder::register_content_type -folder_id $root_key \ + -content_type content_template -include_subtypes t + content::folder::register_content_type -folder_id $root_key \ + -content_type content_folder -include_subtypes t } "Types" { set root_key content_revision