package promosuite::AnnoSection; use Contenido::Section; @ISA = ('Contenido::Section'); sub extra_properties { return ( ) } sub class_name { return 'Секция профилей участников'; } sub class_description { return 'Секция профилей участников'; } 1;