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

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

sub extra_properties
{
	 return (
	)
}

sub class_name
{
	return 'Секция профилей участников';
}

sub class_description
{
	return 'Секция профилей участников';
}

1;