1 |
8 |
ahitrov@rambler.ru |
$VAR1 = { |
2 |
|
|
'sections' => {}, |
3 |
|
|
'colors' => {}, |
4 |
|
|
'documents' => { |
5 |
|
|
'Contenido::Document::DefaultDocument' => {}, |
6 |
|
|
}, |
7 |
|
|
'links' => { |
8 |
|
|
'Contenido::Link::DefaultLink' => {}, |
9 |
|
|
}, |
10 |
|
|
'sections' => { |
11 |
|
|
'Contenido::Section::DefaultSection' => {}, |
12 |
|
|
}, |
13 |
|
|
'users' => { |
14 |
|
|
'Contenido::User::DefaultUser' => {}, |
15 |
|
|
}, |
16 |
|
|
'widths' => {}, |
17 |
|
|
's_alias' => {}, |
18 |
|
|
'redirects' => {}, |
19 |
|
|
'tabs' => { |
20 |
|
|
'admin' => { |
21 |
|
|
'sections' => [ |
22 |
|
|
'Contenido::Section::DefaultSection' |
23 |
|
|
], |
24 |
|
|
'name' => 'Администрирование', |
25 |
|
|
'id' => 'admin', |
26 |
|
|
'lefts' => [ |
27 |
|
|
'structure', |
28 |
|
|
'project' |
29 |
|
|
] |
30 |
|
|
}, |
31 |
|
|
'rubricator' => { |
32 |
|
|
'sections' => [ |
33 |
|
|
'Contenido::Section::DefaultSection' |
34 |
|
|
], |
35 |
|
|
'name' => 'Тематический рубрикатор', |
36 |
|
|
'id' => 'rubricator', |
37 |
|
|
'lefts' => [ |
38 |
|
|
'finder' |
39 |
|
|
] |
40 |
|
|
}, |
41 |
|
|
}, |
42 |
|
|
}; |