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

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

sub extra_properties
{
	return (
	)
}

sub class_name
{
	return 'Служебная секция';
}

sub class_description
{
	return 'Служебная секция';
}

1;