package promosuite::PromoSection; use Contenido::Section; @ISA = ('Contenido::Section'); sub extra_properties { return ( ) } sub class_name { return 'Секция промоблоков'; } sub class_description { return 'Секция промоблоков'; } 1;