package promosuite::StaffSection; use Contenido::Section; @ISA = ('Contenido::Section'); sub extra_properties { return ( ) } sub class_name { return 'Служебная секция'; } sub class_description { return 'Служебная секция'; } 1;