Revision 296 (by ahitrov, 2013/03/26 17:59:01) Promosite (anthill) project source
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;