Línea 192... |
Línea 192... |
192 |
'feed' => '',
|
192 |
'feed' => '',
|
193 |
'routeTimeline' => $routeTimeline,
|
193 |
'routeTimeline' => $routeTimeline,
|
194 |
'routeDailyPulse' => $routeDailyPulse,
|
194 |
'routeDailyPulse' => $routeDailyPulse,
|
195 |
'moodle_name' => $currentNetwork->moodle_name ? $currentNetwork->moodle_name : '',
|
195 |
'moodle_name' => $currentNetwork->moodle_name ? $currentNetwork->moodle_name : '',
|
196 |
'moodle_image' => $this->url()->fromRoute('storage-network', ['type' => 'moodle'],['force_canonical' => true]),
|
196 |
'moodle_image' => $this->url()->fromRoute('storage-network', ['type' => 'moodle'],['force_canonical' => true]),
|
- |
|
197 |
'microlearning_name' => $currentNetwork->microlearning_name ? $currentNetwork->microlearning_name : '' ,
|
197 |
'microlearning_appstore' => $currentNetwork->microlearning_appstore ? $currentNetwork->microlearning_appstore : '' ,
|
198 |
'microlearning_appstore' => $currentNetwork->microlearning_appstore ? $currentNetwork->microlearning_appstore : '' ,
|
198 |
'microlearning_playstore' => $currentNetwork->microlearning_playstore ? $currentNetwork->microlearning_playstore : '',
|
199 |
'microlearning_playstore' => $currentNetwork->microlearning_playstore ? $currentNetwork->microlearning_playstore : '',
|
Línea 199... |
Línea 200... |
199 |
|
200 |
|