package promosuite::VotingSection; use Contenido::Section; @ISA = ('Contenido::Section'); sub extra_properties { return ( { 'attr' => 'default_document_class', 'default' => 'promosuite::Voting' }, { 'attr' => 'filters', 'hidden' => 1 }, ) } sub class_name { return 'Секция опросов'; } sub class_description { return 'Секция опросов'; } 1;