| Línea 474... |
Línea 474... |
| 474 |
'theme_id' => $currentNetwork->theme_id,
|
474 |
'theme_id' => $currentNetwork->theme_id,
|
| 475 |
'aes' => $aes,
|
475 |
'aes' => $aes,
|
| 476 |
'jwt' => $token,
|
476 |
'jwt' => $token,
|
| 477 |
'defaultNetwork' => $currentNetwork->default,
|
477 |
'defaultNetwork' => $currentNetwork->default,
|
| 478 |
'access_usign_social_networks' => $access_usign_social_networks && $currentNetwork->default == Network::DEFAULT_YES ? 'y' : 'n',
|
478 |
'access_usign_social_networks' => $access_usign_social_networks && $currentNetwork->default == Network::DEFAULT_YES ? 'y' : 'n',
|
| 479 |
'logo_url' => $this->url()->fromRoute('storage-network', ['type' => 'logo']),
|
479 |
'logo_url' => $this->url()->fromRoute('storage-network', ['type' => 'logo'],['force_canonical' => true]),
|
| 480 |
'navbar_url' => $this->url()->fromRoute('storage-network', ['type' => 'navbar']),
|
480 |
'navbar_url' => $this->url()->fromRoute('storage-network', ['type' => 'navbar'],['force_canonical' => true]),
|
| 481 |
'favico_url' => $this->url()->fromRoute('storage-network', ['type' => 'favico']),
|
481 |
'favico_url' => $this->url()->fromRoute('storage-network', ['type' => 'favico'],['force_canonical' => true]),
|
| 482 |
'intro' => $currentNetwork->intro,
|
482 |
'intro' => $currentNetwork->intro,
|
| 483 |
'is_logged_in' => false
|
483 |
'is_logged_in' => false
|
| Línea 484... |
Línea 484... |
| 484 |
|
484 |
|