Revision 3 (by ahitrov@rambler.ru, 2010/03/24 15:19:32) The CORE
$VAR1 = {
          'sections' => {},
          'colors' => {},
          'documents' => {
                           'Contenido::Document::DefaultDocument' => {},
                         },
          'links' => {
                           'Contenido::Link::DefaultLink' => {},
                         },
          'sections' => {
                           'Contenido::Section::DefaultSection' => {},
                         },
	  'users' => {
			   'Contenido::User::DefaultUser' => {},
	  },
          'widths' => {},
          's_alias' => {},
          'redirects' => {},
	  'tabs' => {
                      'admin' => {
                                   'sections' => [
							'Contenido::Section::DefaultSection'
                                                 ],
                                   'name' => '�����������������',
                                   'id' => 'admin',
                                   'lefts' => [
                                                'structure',
                                                'project'
                                              ]
                                 },
                      'rubricator' => {
                                        'sections' => [
                                                        'Contenido::Section::DefaultSection'
                                                      ],
                                        'name' => '������������ ����������',
                                        'id' => 'rubricator',
                                        'lefts' => [
                                                     'finder'
                                                   ]
                                      },
	  },
        };