Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10102 Rev 10103
Línea 177... Línea 177...
177
                
177
                
178
                $this->layout()->setTemplate('layout/layout-backend');
178
                $this->layout()->setTemplate('layout/layout-backend');
179
                $viewModel = new ViewModel();
179
                $viewModel = new ViewModel();
180
                $viewModel->setTemplate('leaders-linked/recruitment-and-selection-vacancies/index.phtml');
180
                $viewModel->setTemplate('leaders-linked/recruitment-and-selection-vacancies/index.phtml');
181
                $viewModel->setVariable('form', $form);
181
                $viewModel->setVariable('form', $form);
182
                $viewModel->setVariable([
182
                $viewModel->setVariables([
183
                    'google_map_key', $google_map_key,
183
                    'google_map_key' => $google_map_key,
184
                    'jobsCategories', $jobsCategories,
184
                    'jobsCategories'=> $jobsCategories,
Línea 185... Línea 185...
185
                ]);
185
                ]);
186
 
186