Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4808 | Rev 4857 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4808 Rev 4842
Línea 9... Línea 9...
9
 
9
 
10
 
10
 
11
return [
11
return [
12
    'navigation' => [
-
 
13
        'menu' => [
-
 
14
            [
-
 
15
                'label' => 'LABEL_HOME',
-
 
16
                'route' => 'dashboard',
-
 
17
                'class' => '/images/navbar/home.svg',
-
 
18
            ],
-
 
19
            [
-
 
20
                'label' => 'LABEL_PROFILE',
-
 
21
                'route' => 'profile',
-
 
22
                'class' => '/images/navbar/perfil.svg',
-
 
23
                'pages' => [
-
 
24
                    [
-
 
25
                        'label' => 'LABEL_CONNECTIONS',
-
 
26
                        'route' => 'connection',
-
 
27
                        'class' =>'/images/navbar/conexion.svg',
-
 
28
                        'pages' => [
-
 
29
                            [
-
 
30
                                'label' => 'LABEL_MY_CONNECTIONS',
-
 
31
                                'route' => 'connection/my-connections'
-
 
32
                            ],
-
 
33
                            [
-
 
34
                                'label' => 'LABEL_INVITATIONS_SENT',
-
 
35
                                'route' => 'connection/invitations-sent'
-
 
36
                            ],
-
 
37
                            [
-
 
38
                                'label' => 'LABEL_INVITATIONS_RECEIVED',
-
 
39
                                'route' => 'connection/invitations-received'
-
 
40
                            ],
-
 
41
                            [
-
 
42
                                'label' => 'LABEL_PEOPLE_YOU_MAY_KNOW',
-
 
43
                                'route' => 'connection/people-you-may-know'
-
 
44
                            ],
-
 
45
                            [
-
 
46
                                'label' => 'LABEL_PEOPLE_BLOCKED',
-
 
47
                                'route' => 'connection/people-blocked'
-
 
48
                            ],
-
 
49
                            
-
 
50
                            
-
 
51
                        ]
-
 
52
                    ],
-
 
53
                    [
-
 
54
                        'label' => 'LABEL_MY_PROFILES',
-
 
55
                        'route' => 'profile/my-profiles'
-
 
56
                    ],
-
 
57
                    [
-
 
58
                        'label' => 'LABEL_JOBS_APPLIED',
-
 
59
                        'route' => 'job/applied-jobs'
-
 
60
                    ],
-
 
61
                    [
-
 
62
                        'label' => 'LABEL_JOBS_SAVED',
-
 
63
                        'route' => 'job/saved-jobs'
-
 
64
                    ],
-
 
65
                    [
-
 
66
                        'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
-
 
67
                        'route' => 'profile/people-viewed-profile'
-
 
68
                    ],
-
 
69
                    
-
 
70
                ]
-
 
Línea 71... Línea -...
71
            ],
-
 
72
 
-
 
73
            
-
 
74
            [
-
 
75
                'label' => 'LABEL_COMPANIES',
-
 
76
                'route' => 'company',
-
 
77
                'class' => '/images/navbar/empresa.svg',
-
 
78
                'pages' => [
-
 
79
                    [
-
 
80
                        'label' => 'LABEL_MY_COMPANIES',
-
 
81
                        'route' => 'company/my-companies'
-
 
82
                    ],
-
 
83
                    [
-
 
84
                        'label' => 'LABEL_COMPANIES_I_FOLLOW',
-
 
85
                        'route' => 'company/following-companies'
-
 
86
                    ],
-
 
87
                    [
-
 
88
                        'label' => 'LABEL_COMPANIES_I_WORK_WITH',
-
 
89
                        'route' => 'company/i-work-with'
-
 
90
                    ],
-
 
91
                    [
-
 
92
                        'label' => 'LABEL_REQUESTS_SENT',
-
 
93
                        'route' => 'company/requests-sent'
-
 
94
                    ],
-
 
95
                    [
-
 
96
                        'label' => 'LABEL_INVITATIONS_RECEIVED',
-
 
97
                        'route' => 'company/invitations-received'
-
 
98
                    ]
-
 
99
                ]
-
 
100
            ],
-
 
101
 
-
 
102
            [
-
 
103
                'label' => 'LABEL_GROUPS',
-
 
104
                'route' => 'group',
-
 
105
                'class' => '/images/navbar/grupos.svg',
-
 
106
                'pages' => [
-
 
107
                    [
-
 
108
                        'label' => 'LABEL_MY_GROUPS',
-
 
109
                        'route' => 'group/my-groups'
-
 
110
                    ],
-
 
111
                    [
-
 
112
                        'label' => 'LABEL_JOINED_GROUPS',
-
 
113
                        'route' => 'group/joined-groups'
-
 
114
                    ],
-
 
115
                    [
-
 
116
                        'label' => 'LABEL_REQUESTS_SENT',
-
 
117
                        'route' => 'group/requests-sent'
-
 
118
                    ],
-
 
119
                    [
-
 
120
                        'label' => 'LABEL_INVITATIONS_RECEIVED',
-
 
121
                        'route' => 'group/invitations-received'
-
 
122
                    ]
-
 
123
                ]
-
 
124
            ],
-
 
125
            [
-
 
126
                'label' => 'LABEL_MARKETPLACE',
-
 
127
                'route' => 'marketplace',
-
 
128
                'class' => '/images/navbar/market-place.svg',
-
 
129
            ],
-
 
130
            [
-
 
131
                'label' => 'LABEL_CALENDAR',
-
 
132
                'route' => 'calendar',
-
 
133
                'class' => '/images/navbar/calendar.svg',
-
 
134
            ],
-
 
135
            
-
 
136
           
-
 
137
            
-
 
138
           
-
 
139
            
-
 
140
           
-
 
141
            
-
 
142
 
-
 
143
        /* [
-
 
144
          'label' => 'LABEL_MESSAGES',
-
 
145
          'route' => 'inmail',
-
 
146
          'class' => 'fa fa-envelope',
-
 
147
          ],
-
 
148
          [
-
 
149
          'label' => 'LABEL_NOTIFICATIONS',
-
 
150
          'route' => 'dashboard',
12
    'navigation' => [
151
          'class' => 'fa fa-bolt',
13
        'menu' => [
152
          ], */
14
            
153
        ],
15
        ],
154
        'footer' => [
16
        'footer' => [