Revision 296 (by ahitrov, 2013/03/26 17:59:01) Promosite (anthill) project source
package promosuite::NewsSection;

use Contenido::Section;
@ISA = ('Contenido::Section');

sub extra_properties
{
	 return (
		{ 'attr' => 'default_document_class',		'default' => 'promosuite::News' },
	)
}

sub class_name
{
	return 'Новостная секция';
}

sub class_description
{
	return 'Новостная секция';
}

1;