Line # Revision Author
1 296 ahitrov package promosuite::PromoSection;
2
3 use Contenido::Section;
4 @ISA = ('Contenido::Section');
5
6 sub extra_properties
7 {
8 return (
9 )
10 }
11
12 sub class_name
13 {
14 return 'Секция промоблоков';
15 }
16
17 sub class_description
18 {
19 return 'Секция промоблоков';
20 }
21
22 1;