Revision 195 (by ahitrov, 2012/03/15 18:26:13) Users plugin
package users::Section;

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

sub extra_properties
{
        return (
	)
}

sub class_name
{
	return '������ ���������������� ��������';
}

sub class_description
{
	return '������ ���������������� ��������';
}


1;