--- ECHO_content/__init__.py 2004/05/26 07:39:36 1.10 +++ ECHO_content/__init__.py 2004/05/27 09:31:25 1.11 @@ -120,3 +120,12 @@ def initialize(context): icon = 'ECHO_ressource.gif' ) + context.registerClass( + VLPExtension.VLP_collection, + constructors = ( + VLPExtension.manage_addVLP_collectionForm, + VLPExtension.manage_addVLP_collection + ), + icon = 'ECHO_collection.gif' + ) +