Línea 517... |
Línea 517... |
517 |
'defaultNetwork' => $currentNetwork->default,
|
517 |
'defaultNetwork' => $currentNetwork->default,
|
518 |
'access_usign_social_networks' => $access_usign_social_networks && $currentNetwork->default == Network::DEFAULT_YES ? 'y' : 'n',
|
518 |
'access_usign_social_networks' => $access_usign_social_networks && $currentNetwork->default == Network::DEFAULT_YES ? 'y' : 'n',
|
519 |
'logo_url' => $this->url()->fromRoute('storage-network', ['type' => 'logo'],['force_canonical' => true]),
|
519 |
'logo_url' => $this->url()->fromRoute('storage-network', ['type' => 'logo'],['force_canonical' => true]),
|
520 |
'navbar_url' => $this->url()->fromRoute('storage-network', ['type' => 'navbar'],['force_canonical' => true]),
|
520 |
'navbar_url' => $this->url()->fromRoute('storage-network', ['type' => 'navbar'],['force_canonical' => true]),
|
521 |
'favico_url' => $this->url()->fromRoute('storage-network', ['type' => 'favico'],['force_canonical' => true]),
|
521 |
'favico_url' => $this->url()->fromRoute('storage-network', ['type' => 'favico'],['force_canonical' => true]),
|
522 |
'intro' => $currentNetwork->intro,
|
522 |
'intro' => $currentNetwork->intro ? $currentNetwork->intro : '',
|
523 |
'is_logged_in' => $jwtToken->user_id ? true : false,
|
523 |
'is_logged_in' => $jwtToken->user_id ? true : false,
|
Línea 524... |
Línea 524... |
524 |
|
524 |
|
Línea 525... |
Línea 525... |
525 |
];
|
525 |
];
|